Html Css Color HEX #064699 Cobalt

📋 copy color: '#064699'

red 6 ◦ green 70 ◦ blue 153

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

Shades of Cobalt #064699

Tints of Cobalt #064699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

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

R = 2.62%
G = 30.57%
B = 66.81%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#064699 (or 0x064699) is known color: Cobalt. HEX triplet: 06, 46 and 99. RGB value is (6,70,153). Sum of RGB (Red+Green+Blue) = 6+70+153=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #064699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064699 is #F9B966. Grayscale: #3B3B3B. Windows color (decimal): -16365927 or 10044934. OLE color: 10044934.

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

Color convert

RGB 6 70 153 -
CMYK 0.96 0.54 0 0.4
HSL 213.88º 0.92% 0.31% -
HSV(B) 213.88º 0.96% 0.6% -
XYZ 8.02 6.72 31.01 -
YUV 60.33 180.3 89.25 -
System Red Green Blue C M Y K H S L
Decimal 6 70 153 0.96 0.54 0 0.4 213.88 0.92 0.31
Hex 6 46 99 60 36 0 28 D6 5C 1F
Octal 6 106 231 140 66 0 50 326 134 37
Binary 110 1000110 10011001 1100000 110110 0 101000 11010110 1011100 11111

Color Harmonies of #064699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064699

Black with #064699

Text Example


Text Example

White with #064699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064699; }

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

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

background-color css

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

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

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

border-color css

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

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

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