Html Css Color HEX #064197 Smalt

📋 copy color: '#064197'

red 6 ◦ green 65 ◦ blue 151

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

Shades of Smalt #064197

Tints of Smalt #064197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.28%

 BLUE value IS 151 (59.38% from 255) = 68.02%

R = 2.7%
G = 29.28%
B = 68.02%

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

#064197 (or 0x064197) is known color: Smalt. HEX triplet: 06, 41 and 97. RGB value is (6,65,151). Sum of RGB (Red+Green+Blue) = 6+65+151=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #064197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064197 is #F9BE68. Grayscale: #383838. Windows color (decimal): -16367209 or 9912582. OLE color: 9912582.

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

Color convert

RGB 6 65 151 -
CMYK 0.96 0.57 0 0.41
HSL 215.59º 0.92% 0.31% -
HSV(B) 215.59º 0.96% 0.59% -
XYZ 7.55 6.05 30.05 -
YUV 57.16 180.95 91.51 -
System Red Green Blue C M Y K H S L
Decimal 6 65 151 0.96 0.57 0 0.41 215.59 0.92 0.31
Hex 6 41 97 60 39 0 29 D8 5C 1F
Octal 6 101 227 140 71 0 51 330 134 37
Binary 110 1000001 10010111 1100000 111001 0 101001 11011000 1011100 11111

Color Harmonies of #064197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064197

Black with #064197

Text Example


Text Example

White with #064197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064197; }

 p { color: rgb(6,65,151); }

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

background-color css

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

 a { background-color: rgb(6,65,151); }

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

border-color css

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

 span { border-color: rgb(6,65,151); }

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