Html Css Color HEX #064090 Smalt

📋 copy color: '#064090'

red 6 ◦ green 64 ◦ blue 144

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

Shades of Smalt #064090

Tints of Smalt #064090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.29%

R = 2.8%
G = 29.91%
B = 67.29%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#064090 (or 0x064090) is known color: Smalt. HEX triplet: 06, 40 and 90. RGB value is (6,64,144). Sum of RGB (Red+Green+Blue) = 6+64+144=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #064090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064090 is #F9BF6F. Grayscale: #373737. Windows color (decimal): -16367472 or 9453574. OLE color: 9453574.

HSL color Cylindrical-coordinate representation of color #064090: hue angle of 214.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064090 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 64 144 -
CMYK 0.96 0.56 0 0.44
HSL 214.78º 0.92% 0.29% -
HSV(B) 214.78º 0.96% 0.56% -
XYZ 6.94 5.72 27.12 -
YUV 55.78 177.78 92.5 -
System Red Green Blue C M Y K H S L
Decimal 6 64 144 0.96 0.56 0 0.44 214.78 0.92 0.29
Hex 6 40 90 60 38 0 2C D7 5C 1D
Octal 6 100 220 140 70 0 54 327 134 35
Binary 110 1000000 10010000 1100000 111000 0 101100 11010111 1011100 11101

Color Harmonies of #064090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064090

Black with #064090

Text Example


Text Example

White with #064090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064090; }

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

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

background-color css

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

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

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

border-color css

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

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

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