#06468A

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

Shades of Dark Cerulean #06468A

Tints of Dark Cerulean #06468A

Color information

#06468A (or 0x06468A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 46 and 8A. RGB value is (6,70,138). Sum of RGB (Red+Green+Blue) = 6+70+138=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #06468A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06468A is #F9B975. Grayscale: #3A3A3A. Windows color (decimal): -16365942 or 9061894. OLE color: 9061894.

HSL color Cylindrical-coordinate representation of color #06468A: hue angle of 210.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06468A is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB670138-
CMYK0.960.4900.46
HSL210.91º91.67%28.24%-
HSV(B)210.91º95.65%54.12%-
XYZ6.856.2524.89-
YUV58.62172.890.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 138 (54.30% from 255) = 64.49%
R=2.80%
G=32.71%
B=64.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6701380.960.4900.46210.9191.6728.24
Hex6468A603102Ed35c1c
Octal61062121406105632313434
Binary1101000110100010101100000110001010111011010011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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