Color Hex Logo

#06253d Color Hex

#06253D
(6,37,61)
0 Favorites   0 Comments

Color spaces of #06253d

RGB 63761
HSL0.570.820.13
HSV206°90°24°
CMYK 0.900.390.00   0.76
XYZ1.57901.69884.6596
Yxy1.69880.19890.2140
Hunter Lab13.0338-1.1845-12.0726
CIE-Lab13.8198-0.9532-18.5427

#06253d color RGB value is (6,37,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100101 00111101
Octal 6 45 75
Decimal 6 37 61
Hex 6 25 3D

RGB Percentages of Color #06253d

%5.77
%35.58
%58.65

CMYK Percentages of Color #06253d

%90
%39
%0
%76

Triadic Colors of #06253d

#06253d #3d0625 #253d06

Analogous Colors of #06253d

#06253d #060a3d #063d39

Monochromatic Colors of #06253d

#06253d

Complementary Color

#06253d #3d1e06

#06253d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06253d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06253d Color CSS Codes

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

#06253d Text Font Color

<p style="color:#06253d">Text here</p>

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


#06253d Background Color

<div style="background-color:#06253d">
Div content here</div>

This div background color is #06253d


#06253d Border Color

<div style="border:3px solid #06253d">
Div here</div>

This div border color is #06253d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,37,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06253d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06253d;
  -webkit-box-shadow: 1px 1px 3px 2px #06253d;
  box-shadow:         1px 1px 3px 2px #06253d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06253d


Comments

No comments written yet.

Please login to write comment.