Color Hex Logo

#06283f Color Hex

#06283F
(6,40,63)
0 Favorites   0 Comments

Color spaces of #06283f

RGB 64063
HSL0.570.830.14
HSV204°90°25°
CMYK 0.900.370.00   0.75
XYZ1.73111.91524.9811
Yxy1.91520.20070.2220
Hunter Lab13.8391-1.8902-11.6529
CIE-Lab15.0358-2.2228-18.0195

#06283f color RGB value is (6,40,63).

#06283f hex color red value is 6, green value is 40 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #06283f hue: 0.57 , saturation: 0.83 and the lightness value of 06283f is 0.14.

The process color (four color CMYK) of #06283f color hex is 0.90, 0.37, 0.00, 0.75. Web safe color of #06283f is #003333. Color #06283f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101000 00111111
Octal 6 50 77
Decimal 6 40 63
Hex 6 28 3F

RGB Percentages of Color #06283f

%5.50
%36.70
%57.80

CMYK Percentages of Color #06283f

%90
%37
%0
%75

Triadic Colors of #06283f

#06283f #3f0628 #283f06

Analogous Colors of #06283f

#06283f #060c3f #063f3a

Monochromatic Colors of #06283f

#06283f

Complementary Color

#06283f #3f1d06

#06283f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06283f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06283f Color CSS Codes

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

#06283f Text Font Color

<p style="color:#06283f">Text here</p>

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


#06283f Background Color

<div style="background-color:#06283f">
Div content here</div>

This div background color is #06283f


#06283f Border Color

<div style="border:3px solid #06283f">
Div here</div>

This div border color is #06283f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,40,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06283f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06283f;
  -webkit-box-shadow: 1px 1px 3px 2px #06283f;
  box-shadow:         1px 1px 3px 2px #06283f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06283f


Comments

No comments written yet.

Please login to write comment.