Html Css Color HEX #064899 Cobalt

📋 copy color: '#064899'

red 6 ◦ green 72 ◦ blue 153

#064899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #064899

Tints of Cobalt #064899

RGB

 RED value IS 6 (2.73% from 255) = 2.6%

 GREEN value IS 72 (28.52% from 255) = 31.17%

 BLUE value IS 153 (60.16% from 255) = 66.23%

R = 2.6%
G = 31.17%
B = 66.23%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#064899 (or 0x064899) is known color: Cobalt. HEX triplet: 06, 48 and 99. RGB value is (6,72,153). Sum of RGB (Red+Green+Blue) = 6+72+153=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #064899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064899 is #F9B766. Grayscale: #3D3D3D. Windows color (decimal): -16365415 or 10045446. OLE color: 10045446.

HSL color Cylindrical-coordinate representation of color #064899: hue angle of 213.06º degrees, saturation: 0.92, 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 #064899 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 72 153 -
CMYK 0.96 0.53 0 0.4
HSL 213.06º 0.92% 0.31% -
HSV(B) 213.06º 0.96% 0.6% -
XYZ 8.14 6.97 31.05 -
YUV 61.5 179.63 88.41 -
System Red Green Blue C M Y K H S L
Decimal 6 72 153 0.96 0.53 0 0.4 213.06 0.92 0.31
Hex 6 48 99 60 35 0 28 D5 5C 1F
Octal 6 110 231 140 65 0 50 325 134 37
Binary 110 1001000 10011001 1100000 110101 0 101000 11010101 1011100 11111

Color Harmonies of #064899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064899

Black with #064899

Text Example


Text Example

White with #064899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064899; }

 p { color: rgb(6,72,153); }

 H1.HeaderClassName
 {
   color: #064899;
 }
 .AnyTagClassName
 {
   color: #064899;
 }
</style>

background-color css

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

 a { background-color: rgb(6,72,153); }

 div.DivClassName
 {
   background-color: #064899;
 }
 .BgClassName
 {
   background-color: #064899;
 }
</style>

border-color css

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

 span { border-color: rgb(6,72,153); }

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