Html Css Color HEX #064498 Smalt

📋 copy color: '#064498'

red 6 ◦ green 68 ◦ blue 152

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

Shades of Smalt #064498

Tints of Smalt #064498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.09%

 BLUE value IS 152 (59.77% from 255) = 67.26%

R = 2.65%
G = 30.09%
B = 67.26%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#064498 (or 0x064498) is known color: Smalt. HEX triplet: 06, 44 and 98. RGB value is (6,68,152). Sum of RGB (Red+Green+Blue) = 6+68+152=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #064498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064498 is #F9BB67. Grayscale: #3A3A3A. Windows color (decimal): -16366440 or 9978886. OLE color: 9978886.

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

Color convert

RGB 6 68 152 -
CMYK 0.96 0.55 0 0.40
HSL 214.52º 0.92% 0.31% -
HSV(B) 214.52º 0.96% 0.6% -
XYZ 7.81 6.44 30.54 -
YUV 59.04 180.46 90.17 -
System Red Green Blue C M Y K H S L
Decimal 6 68 152 0.96 0.55 0 0.40 214.52 0.92 0.31
Hex 6 44 98 60 37 0 28 D7 5C 1F
Octal 6 104 230 140 67 0 50 327 134 37
Binary 110 1000100 10011000 1100000 110111 0 101000 11010111 1011100 11111

Color Harmonies of #064498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064498

Black with #064498

Text Example


Text Example

White with #064498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064498; }

 p { color: rgb(6,68,152); }

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

background-color css

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

 a { background-color: rgb(6,68,152); }

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

border-color css

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

 span { border-color: rgb(6,68,152); }

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