Html Css Color HEX #064096 Smalt

📋 copy color: '#064096'

red 6 ◦ green 64 ◦ blue 150

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

Shades of Smalt #064096

Tints of Smalt #064096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.09%

 BLUE value IS 150 (58.98% from 255) = 68.18%

R = 2.73%
G = 29.09%
B = 68.18%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#064096 (or 0x064096) is known color: Smalt. HEX triplet: 06, 40 and 96. RGB value is (6,64,150). Sum of RGB (Red+Green+Blue) = 6+64+150=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #064096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064096 is #F9BF69. Grayscale: #383838. Windows color (decimal): -16367466 or 9846790. OLE color: 9846790.

HSL color Cylindrical-coordinate representation of color #064096: hue angle of 215.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064096 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 64 150 -
CMYK 0.96 0.57 0 0.41
HSL 215.83º 0.92% 0.31% -
HSV(B) 215.83º 0.96% 0.59% -
XYZ 7.41 5.91 29.6 -
YUV 56.46 180.78 92.01 -
System Red Green Blue C M Y K H S L
Decimal 6 64 150 0.96 0.57 0 0.41 215.83 0.92 0.31
Hex 6 40 96 60 39 0 29 D8 5C 1F
Octal 6 100 226 140 71 0 51 330 134 37
Binary 110 1000000 10010110 1100000 111001 0 101001 11011000 1011100 11111

Color Harmonies of #064096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064096

Black with #064096

Text Example


Text Example

White with #064096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064096; }

 p { color: rgb(6,64,150); }

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

background-color css

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

 a { background-color: rgb(6,64,150); }

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

border-color css

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

 span { border-color: rgb(6,64,150); }

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