Color Hex Logo

#0611cd Color Hex

#0611CD
(6,17,205)
0 Favorites   0 Comments

Color spaces of #0611cd

RGB 617205
HSL0.660.940.41
HSV237°97°80°
CMYK 0.970.920.00   0.20
XYZ11.29504.847458.0979
Yxy4.84740.15210.0653
Hunter Lab22.016853.0441-141.0425
CIE-Lab26.295563.5129-89.2939

#0611cd color RGB value is (6,17,205).

#0611cd hex color red value is 6, green value is 17 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0611cd hue: 0.66 , saturation: 0.94 and the lightness value of 0611cd is 0.41.

The process color (four color CMYK) of #0611cd color hex is 0.97, 0.92, 0.00, 0.20. Web safe color of #0611cd is #0000cc. Color #0611cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010001 11001101
Octal 6 21 315
Decimal 6 17 205
Hex 6 11 CD

RGB Percentages of Color #0611cd

%2.63
%7.46
%89.91

CMYK Percentages of Color #0611cd

%97
%92
%0
%20

Triadic Colors of #0611cd

#0611cd #cd0611 #11cd06

Analogous Colors of #0611cd

#0611cd #5e06cd #0675cd

Monochromatic Colors of #0611cd

#0611cd

Complementary Color

#0611cd #cdc206

#0611cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0611cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0611cd Color CSS Codes

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

#0611cd Text Font Color

<p style="color:#0611cd">Text here</p>

This sample text font color is #0611cd
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.


#0611cd Background Color

<div style="background-color:#0611cd">
Div content here</div>

This div background color is #0611cd


#0611cd Border Color

<div style="border:3px solid #0611cd">
Div here</div>

This div border color is #0611cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,17,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0611cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0611cd;
  -webkit-box-shadow: 1px 1px 3px 2px #0611cd;
  box-shadow:         1px 1px 3px 2px #0611cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,17,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0611cd


Comments

No comments written yet.

Please login to write comment.