Html Css Color HEX #064698 Cobalt

📋 copy color: '#064698'

red 6 ◦ green 70 ◦ blue 152

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

Shades of Cobalt #064698

Tints of Cobalt #064698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 66.67%

R = 2.63%
G = 30.7%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#064698 (or 0x064698) is known color: Cobalt. HEX triplet: 06, 46 and 98. RGB value is (6,70,152). Sum of RGB (Red+Green+Blue) = 6+70+152=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #064698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064698 is #F9B967. Grayscale: #3B3B3B. Windows color (decimal): -16365928 or 9979398. OLE color: 9979398.

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

Color convert

RGB 6 70 152 -
CMYK 0.96 0.54 0 0.40
HSL 213.7º 0.92% 0.31% -
HSV(B) 213.7º 0.96% 0.6% -
XYZ 7.93 6.69 30.58 -
YUV 60.21 179.8 89.33 -
System Red Green Blue C M Y K H S L
Decimal 6 70 152 0.96 0.54 0 0.40 213.7 0.92 0.31
Hex 6 46 98 60 36 0 28 D6 5C 1F
Octal 6 106 230 140 66 0 50 326 134 37
Binary 110 1000110 10011000 1100000 110110 0 101000 11010110 1011100 11111

Color Harmonies of #064698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064698

Black with #064698

Text Example


Text Example

White with #064698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064698; }

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

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

background-color css

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

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

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

border-color css

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

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

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