Color Hex Logo

#0606dd Color Hex

#0606DD
(6,6,221)
0 Favorites   0 Comments

Color spaces of #0606dd

RGB 66221
HSL0.670.950.45
HSV240°97°87°
CMYK 0.970.970.00   0.13
XYZ13.19145.389468.7516
Yxy5.38940.15100.0617
Hunter Lab23.215160.8019-159.3371
CIE-Lab27.816570.0090-96.0359

#0606dd color RGB value is (6,6,221).

#0606dd hex color red value is 6, green value is 6 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0606dd hue: 0.67 , saturation: 0.95 and the lightness value of 0606dd is 0.45.

The process color (four color CMYK) of #0606dd color hex is 0.97, 0.97, 0.00, 0.13. Web safe color of #0606dd is #0000cc. Color #0606dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000110 11011101
Octal 6 6 335
Decimal 6 6 221
Hex 6 6 DD

RGB Percentages of Color #0606dd

%2.58
%2.58
%94.85

CMYK Percentages of Color #0606dd

%97
%97
%0
%13

Triadic Colors of #0606dd

#0606dd #dd0606 #06dd06

Analogous Colors of #0606dd

#0606dd #7206dd #0672dd

Monochromatic Colors of #0606dd

#0606dd

Complementary Color

#0606dd #dddd06

#0606dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0606dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0606dd Color CSS Codes

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

#0606dd Text Font Color

<p style="color:#0606dd">Text here</p>

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


#0606dd Background Color

<div style="background-color:#0606dd">
Div content here</div>

This div background color is #0606dd


#0606dd Border Color

<div style="border:3px solid #0606dd">
Div here</div>

This div border color is #0606dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,6,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0606dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0606dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0606dd;
  box-shadow:         1px 1px 3px 2px #0606dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,6,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 #0606dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0606dd


Comments

No comments written yet.

Please login to write comment.