#06468E

Color #06468E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #06468E

Tints of Dark Cerulean #06468E

Color information

#06468E (or 0x06468E) is unknown color: approx Dark Cerulean. HEX triplet: 06, 46 and 8E. RGB value is (6,70,142). Sum of RGB (Red+Green+Blue) = 6+70+142=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #06468E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06468E is #F9B971. Grayscale: #3A3A3A. Windows color (decimal): -16365938 or 9324038. OLE color: 9324038.

HSL color Cylindrical-coordinate representation of color #06468E: hue angle of 211.76º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06468E is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB670142-
CMYK0.960.5100.44
HSL211.76º91.89%29.02%-
HSV(B)211.76º95.77%55.69%-
XYZ7.156.3726.44-
YUV59.07174.890.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 142 (55.86% from 255) = 65.14%
R=2.75%
G=32.11%
B=65.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6701420.960.5100.44211.7691.8929.02
Hex6468E603302Cd45c1d
Octal61062161406305432413435
Binary1101000110100011101100000110011010110011010100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06468E; }

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

 H1.HeaderClassName
 {
   color: #06468E;
 }
 .AnyTagClassName
 {
   color: #06468E;
 }
</style>
background-color css

<style>
 a { background-color: #06468E; }

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

 div.DivClassName
 {
   background-color: #06468E;
 }
 .BgClassName
 {
   background-color: #06468E;
 }
</style>
border-color css

<style>
 span { border-color: #06468E; }

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

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