#06469A

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

Shades of Cobalt #06469A

Tints of Cobalt #06469A

Color information

#06469A (or 0x06469A) is unknown color: approx Cobalt. HEX triplet: 06, 46 and 9A. RGB value is (6,70,154). Sum of RGB (Red+Green+Blue) = 6+70+154=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #06469A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06469A is #F9B965. Grayscale: #3C3C3C. Windows color (decimal): -16365926 or 10110470. OLE color: 10110470.

HSL color Cylindrical-coordinate representation of color #06469A: hue angle of 214.05º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06469A is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB670154-
CMYK0.960.5500.40
HSL214.05º92.5%31.37%-
HSV(B)214.05º96.1%60.39%-
XYZ8.16.7531.45-
YUV60.44180.889.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.61%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 154 (60.55% from 255) = 66.96%
R=2.61%
G=30.43%
B=66.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6701540.960.5500.40214.0592.531.37
Hex6469A6037028d65c1f
Octal61062321406705032613437
Binary1101000110100110101100000110111010100011010110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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