Color Hex Logo

#0639dd Color Hex

#0639DD
(6,57,221)
0 Favorites   0 Comments

Color spaces of #0639dd

RGB 657221
HSL0.630.950.45
HSV226°97°87°
CMYK 0.970.740.00   0.13
XYZ14.58948.185469.2176
Yxy8.18540.15860.0890
Hunter Lab28.610140.9562-123.4155
CIE-Lab34.366150.6181-85.1304

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111001 11011101
Octal 6 71 335
Decimal 6 57 221
Hex 6 39 DD

RGB Percentages of Color #0639dd

%2.11
%20.07
%77.82

CMYK Percentages of Color #0639dd

%97
%74
%0
%13

Triadic Colors of #0639dd

#0639dd #dd0639 #39dd06

Analogous Colors of #0639dd

#0639dd #3f06dd #06a5dd

Monochromatic Colors of #0639dd

#0639dd

Complementary Color

#0639dd #ddaa06

#0639dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0639dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0639dd Color CSS Codes

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

#0639dd Text Font Color

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

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


#0639dd Background Color

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

This div background color is #0639dd


#0639dd Border Color

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

This div border color is #0639dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0639dd


Comments

No comments written yet.

Please login to write comment.