Html Css Color HEX #064094 Smalt

📋 copy color: '#064094'

red 6 ◦ green 64 ◦ blue 148

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

Shades of Smalt #064094

Tints of Smalt #064094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.89%

R = 2.75%
G = 29.36%
B = 67.89%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#064094 (or 0x064094) is known color: Smalt. HEX triplet: 06, 40 and 94. RGB value is (6,64,148). Sum of RGB (Red+Green+Blue) = 6+64+148=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #064094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064094 is #F9BF6B. Grayscale: #373737. Windows color (decimal): -16367468 or 9715718. OLE color: 9715718.

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

Color convert

RGB 6 64 148 -
CMYK 0.96 0.57 0 0.42
HSL 215.49º 0.92% 0.3% -
HSV(B) 215.49º 0.96% 0.58% -
XYZ 7.25 5.84 28.76 -
YUV 56.23 179.78 92.17 -
System Red Green Blue C M Y K H S L
Decimal 6 64 148 0.96 0.57 0 0.42 215.49 0.92 0.3
Hex 6 40 94 60 39 0 2A D7 5C 1E
Octal 6 100 224 140 71 0 52 327 134 36
Binary 110 1000000 10010100 1100000 111001 0 101010 11010111 1011100 11110

Color Harmonies of #064094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064094

Black with #064094

Text Example


Text Example

White with #064094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064094; }

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

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

background-color css

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

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

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

border-color css

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

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

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