color codes Logo

#61a4dd color codes

#61A4DD
(97,164,221)
0 Favorites   0 Comments

Color spaces of #61a4dd

RGB 97164221
HSL0.580.650.62
HSV208°56°87°
CMYK 0.560.260.00   0.13
XYZ31.256434.312873.3823
Yxy34.31280.22490.2469
Hunter Lab58.5771-7.2635-33.2714
CIE-Lab65.2101-4.9235-35.3331

#61a4dd color RGB value is (97,164,221).

#61a4dd hex color red value is 97, green value is 164 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #61a4dd hue: 0.58 , saturation: 0.65 and the lightness value of 61a4dd is 0.62.

The process color (four color CMYK) of #61a4dd color code is 0.56, 0.26, 0.00, 0.13. Web safe color of #61a4dd is #6699cc. Color #61a4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10100100 11011101
Octal 141 244 335
Decimal 97 164 221
Hex 61 A4 DD

RGB Percentages of Color #61a4dd

%20.12
%34.02
%45.85

CMYK Percentages of Color #61a4dd

%56
%26
%0
%13

Triadic Colors of #61a4dd

#61a4dd #dd61a4 #a4dd61

Analogous Colors of #61a4dd

#61a4dd #6166dd #61ddd8

Monochromatic Colors of #61a4dd

#61a4dd

Complementary Color

#61a4dd #dd9a61

#61a4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61a4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61a4dd Color CSS Codes

.mybgcolor {background-color:#61a4dd; } 
.myforecolor {color:#61a4dd; }
.mybordercolor {border:3px solid #61a4dd; }

#61a4dd Text Font Color

<p style="color:#61a4dd">Text here</p>

This sample text font color is #61a4dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#61a4dd Background Color

<div style="background-color:#61a4dd">
Div content here</div>

This div background color is #61a4dd


#61a4dd Border Color

<div style="border:3px solid #61a4dd">
Div here</div>

This div border color is #61a4dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,164,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61a4dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61a4dd;
  -webkit-box-shadow: 1px 1px 3px 2px #61a4dd;
  box-shadow:         1px 1px 3px 2px #61a4dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,164,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #61a4dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #61a4dd;
  -webkit-box-shadow: 1px 1px 3px 2px #61a4dd;
  box-shadow:         1px 1px 3px 2px #61a4dd;">
Div content here</div>

This div box has shadow with color #61a4dd


Comments

No comments written yet.

Please login to write comment.