Html Css Color HEX #064298 Smalt

📋 copy color: '#064298'

red 6 ◦ green 66 ◦ blue 152

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

Shades of Smalt #064298

Tints of Smalt #064298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.46%

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

R = 2.68%
G = 29.46%
B = 67.86%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#064298 (or 0x064298) is known color: Smalt. HEX triplet: 06, 42 and 98. RGB value is (6,66,152). Sum of RGB (Red+Green+Blue) = 6+66+152=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #064298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064298 is #F9BD67. Grayscale: #393939. Windows color (decimal): -16366952 or 9978374. OLE color: 9978374.

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

Color convert

RGB 6 66 152 -
CMYK 0.96 0.57 0 0.40
HSL 215.34º 0.92% 0.31% -
HSV(B) 215.34º 0.96% 0.6% -
XYZ 7.69 6.2 30.5 -
YUV 57.86 181.12 91.01 -
System Red Green Blue C M Y K H S L
Decimal 6 66 152 0.96 0.57 0 0.40 215.34 0.92 0.31
Hex 6 42 98 60 39 0 28 D7 5C 1F
Octal 6 102 230 140 71 0 50 327 134 37
Binary 110 1000010 10011000 1100000 111001 0 101000 11010111 1011100 11111

Color Harmonies of #064298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064298

Black with #064298

Text Example


Text Example

White with #064298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064298; }

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

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

background-color css

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

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

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

border-color css

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

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

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