#0649A4

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

Shades of Cobalt #0649A4

Tints of Cobalt #0649A4

Color information

#0649A4 (or 0x0649A4) is unknown color: approx Cobalt. HEX triplet: 06, 49 and A4. RGB value is (6,73,164). Sum of RGB (Red+Green+Blue) = 6+73+164=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 164 (64.45% from 255 or 67.49% from 243); Max value from RGB is 164 - color contains mainly: blue. Hex color #0649A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0649A4 is #F9B65B. Grayscale: #3E3E3E. Windows color (decimal): -16365148 or 10766598. OLE color: 10766598.

HSL color Cylindrical-coordinate representation of color #0649A4: hue angle of 214.56º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0649A4 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB673164-
CMYK0.960.5500.36
HSL214.56º92.94%33.33%-
HSV(B)214.56º96.34%64.31%-
XYZ9.167.4836.08-
YUV63.34184.887.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 164 (64.45% from 255) = 67.49%
R=2.47%
G=30.04%
B=67.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6731640.960.5500.36214.5692.9433.33
Hex649A46037024d75d21
Octal61112441406704432713541
Binary11010010011010010011000001101110100100110101111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0649A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0649A4; }

 p { color: rgb(6,73,164); }

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

<style>
 a { background-color: #0649A4; }

 a { background-color: rgb(6,73,164); }

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

<style>
 span { border-color: #0649A4; }

 span { border-color: rgb(6,73,164); }

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