Html Css Color HEX #064695 Smalt

📋 copy color: '#064695'

red 6 ◦ green 70 ◦ blue 149

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

Shades of Smalt #064695

Tints of Smalt #064695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 2.67%
G = 31.11%
B = 66.22%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#064695 (or 0x064695) is known color: Smalt. HEX triplet: 06, 46 and 95. RGB value is (6,70,149). Sum of RGB (Red+Green+Blue) = 6+70+149=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #064695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064695 is #F9B96A. Grayscale: #3B3B3B. Windows color (decimal): -16365931 or 9782790. OLE color: 9782790.

HSL color Cylindrical-coordinate representation of color #064695: hue angle of 213.15º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064695 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 70 149 -
CMYK 0.96 0.53 0 0.42
HSL 213.15º 0.92% 0.3% -
HSV(B) 213.15º 0.96% 0.58% -
XYZ 7.69 6.59 29.3 -
YUV 59.87 178.3 89.58 -
System Red Green Blue C M Y K H S L
Decimal 6 70 149 0.96 0.53 0 0.42 213.15 0.92 0.3
Hex 6 46 95 60 35 0 2A D5 5C 1E
Octal 6 106 225 140 65 0 52 325 134 36
Binary 110 1000110 10010101 1100000 110101 0 101010 11010101 1011100 11110

Color Harmonies of #064695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064695

Black with #064695

Text Example


Text Example

White with #064695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064695; }

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

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

background-color css

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

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

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

border-color css

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

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

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