Color Hex Logo

#062fbc Color Hex

#062FBC
(6,47,188)
0 Favorites   0 Comments

Color spaces of #062fbc

RGB 647188
HSL0.630.940.38
HSV226°97°74°
CMYK 0.970.750.00   0.26
XYZ10.16875.702648.1417
Yxy5.70260.15890.0891
Hunter Lab23.880134.2192-102.8110
CIE-Lab28.649444.9083-75.3828

#062fbc color RGB value is (6,47,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101111 10111100
Octal 6 57 274
Decimal 6 47 188
Hex 6 2F BC

RGB Percentages of Color #062fbc

%2.49
%19.50
%78.01

CMYK Percentages of Color #062fbc

%97
%75
%0
%26

Triadic Colors of #062fbc

#062fbc #bc062f #2fbc06

Analogous Colors of #062fbc

#062fbc #3806bc #068abc

Monochromatic Colors of #062fbc

#062fbc

Complementary Color

#062fbc #bc9306

#062fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#062fbc Color CSS Codes

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

#062fbc Text Font Color

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

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


#062fbc Background Color

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

This div background color is #062fbc


#062fbc Border Color

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

This div border color is #062fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062fbc


Comments

No comments written yet.

Please login to write comment.