Color Hex Logo

#06263e Color Hex

#06263E
(6,38,62)
0 Favorites   0 Comments

Color spaces of #06263e

RGB 63862
HSL0.570.820.13
HSV206°90°24°
CMYK 0.900.390.00   0.76
XYZ1.63771.77274.8133
Yxy1.77270.19910.2156
Hunter Lab13.3143-1.3439-12.1142
CIE-Lab14.2461-1.2289-18.5686

#06263e color RGB value is (6,38,62).

#06263e hex color red value is 6, green value is 38 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #06263e hue: 0.57 , saturation: 0.82 and the lightness value of 06263e is 0.13.

The process color (four color CMYK) of #06263e color hex is 0.90, 0.39, 0.00, 0.76. Web safe color of #06263e is #003333. Color #06263e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100110 00111110
Octal 6 46 76
Decimal 6 38 62
Hex 6 26 3E

RGB Percentages of Color #06263e

%5.66
%35.85
%58.49

CMYK Percentages of Color #06263e

%90
%39
%0
%76

Triadic Colors of #06263e

#06263e #3e0626 #263e06

Analogous Colors of #06263e

#06263e #060a3e #063e3a

Monochromatic Colors of #06263e

#06263e

Complementary Color

#06263e #3e1e06

#06263e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06263e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06263e Color CSS Codes

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

#06263e Text Font Color

<p style="color:#06263e">Text here</p>

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


#06263e Background Color

<div style="background-color:#06263e">
Div content here</div>

This div background color is #06263e


#06263e Border Color

<div style="border:3px solid #06263e">
Div here</div>

This div border color is #06263e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,38,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06263e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06263e;
  -webkit-box-shadow: 1px 1px 3px 2px #06263e;
  box-shadow:         1px 1px 3px 2px #06263e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06263e


Comments

No comments written yet.

Please login to write comment.