#0644AC

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

Shades of Cobalt #0644AC

Tints of Cobalt #0644AC

Color information

#0644AC (or 0x0644AC) is unknown color: approx Cobalt. HEX triplet: 06, 44 and AC. RGB value is (6,68,172). Sum of RGB (Red+Green+Blue) = 6+68+172=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #0644AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0644AC is #F9BB53. Grayscale: #3C3C3C. Windows color (decimal): -16366420 or 11289606. OLE color: 11289606.

HSL color Cylindrical-coordinate representation of color #0644AC: hue angle of 217.59º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0644AC is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB668172-
CMYK0.970.6000.33
HSL217.59º93.26%34.9%-
HSV(B)217.59º96.51%67.45%-
XYZ9.597.1539.9-
YUV61.32190.4688.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 172 (67.58% from 255) = 69.92%
R=2.44%
G=27.64%
B=69.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6681720.970.6000.33217.5993.2634.9
Hex644AC613C021da5d23
Octal61042541417404133213543
Binary11010001001010110011000011111000100001110110101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0644AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0644AC; }

 p { color: rgb(6,68,172); }

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

<style>
 a { background-color: #0644AC; }

 a { background-color: rgb(6,68,172); }

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

<style>
 span { border-color: #0644AC; }

 span { border-color: rgb(6,68,172); }

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