Html Css Color HEX #06467D Dark Cerulean

📋 copy color: '#06467D'

red 6 ◦ green 70 ◦ blue 125

#06467D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #06467D

Tints of Dark Cerulean #06467D

RGB

 RED value IS 6 (2.73% from 255) = 2.99%

 GREEN value IS 70 (27.73% from 255) = 34.83%

 BLUE value IS 125 (49.22% from 255) = 62.19%

R = 2.99%
G = 34.83%
B = 62.19%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06467D (or 0x06467D) is known color: Dark Cerulean. HEX triplet: 06, 46 and 7D. RGB value is (6,70,125). Sum of RGB (Red+Green+Blue) = 6+70+125=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #06467D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06467D is #F9B982. Grayscale: #383838. Windows color (decimal): -16365955 or 8209926. OLE color: 8209926.

HSL color Cylindrical-coordinate representation of color #06467D: hue angle of 207.73º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06467D is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 70 125 -
CMYK 0.95 0.44 0 0.51
HSL 207.73º 0.91% 0.26% -
HSV(B) 207.73º 0.95% 0.49% -
XYZ 5.97 5.9 20.23 -
YUV 57.13 166.3 91.53 -
System Red Green Blue C M Y K H S L
Decimal 6 70 125 0.95 0.44 0 0.51 207.73 0.91 0.26
Hex 6 46 7D 5F 2C 0 33 D0 5B 1A
Octal 6 106 175 137 54 0 63 320 133 32
Binary 110 1000110 1111101 1011111 101100 0 110011 11010000 1011011 11010

Color Harmonies of #06467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06467D

Black with #06467D

Text Example


Text Example

White with #06467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06467D; }

 p { color: rgb(6,70,125); }

 H1.HeaderClassName
 {
   color: #06467D;
 }
 .AnyTagClassName
 {
   color: #06467D;
 }
</style>

background-color css

<style>
 a { background-color: #06467D; }

 a { background-color: rgb(6,70,125); }

 div.DivClassName
 {
   background-color: #06467D;
 }
 .BgClassName
 {
   background-color: #06467D;
 }
</style>

border-color css

<style>
 span { border-color: #06467D; }

 span { border-color: rgb(6,70,125); }

 td.TdClassName
 {
   border-color: #06467D;
 }
 .TagClassName
 {
   border-color: #06467D;
 }
</style>