Color Hex Logo

#062fcb Color Hex

#062FCB
(6,47,203)
0 Favorites   0 Comments

Color spaces of #062fcb

RGB 647203
HSL0.630.940.41
HSV228°97°80°
CMYK 0.970.770.00   0.20
XYZ11.87116.383557.1064
Yxy6.38350.15750.0847
Hunter Lab25.265639.6539-116.3240
CIE-Lab30.360150.1034-81.3579

#062fcb color RGB value is (6,47,203).

#062fcb hex color red value is 6, green value is 47 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #062fcb hue: 0.63 , saturation: 0.94 and the lightness value of 062fcb is 0.41.

The process color (four color CMYK) of #062fcb color hex is 0.97, 0.77, 0.00, 0.20. Web safe color of #062fcb is #0033cc. Color #062fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101111 11001011
Octal 6 57 313
Decimal 6 47 203
Hex 6 2F CB

RGB Percentages of Color #062fcb

%2.34
%18.36
%79.30

CMYK Percentages of Color #062fcb

%97
%77
%0
%20

Triadic Colors of #062fcb

#062fcb #cb062f #2fcb06

Analogous Colors of #062fcb

#062fcb #4006cb #0692cb

Monochromatic Colors of #062fcb

#062fcb

Complementary Color

#062fcb #cba206

#062fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#062fcb Color CSS Codes

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

#062fcb Text Font Color

<p style="color:#062fcb">Text here</p>

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


#062fcb Background Color

<div style="background-color:#062fcb">
Div content here</div>

This div background color is #062fcb


#062fcb Border Color

<div style="border:3px solid #062fcb">
Div here</div>

This div border color is #062fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,47,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #062fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #062fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #062fcb;
  box-shadow:         1px 1px 3px 2px #062fcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062fcb


Comments

No comments written yet.

Please login to write comment.