Html Css Color HEX #064198 Smalt

📋 copy color: '#064198'

red 6 ◦ green 65 ◦ blue 152

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

Shades of Smalt #064198

Tints of Smalt #064198

RGB

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

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

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

R = 2.69%
G = 29.15%
B = 68.16%

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

#064198 (or 0x064198) is known color: Smalt. HEX triplet: 06, 41 and 98. RGB value is (6,65,152). Sum of RGB (Red+Green+Blue) = 6+65+152=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #064198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064198 is #F9BE67. Grayscale: #383838. Windows color (decimal): -16367208 or 9978118. OLE color: 9978118.

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

Color convert

RGB 6 65 152 -
CMYK 0.96 0.57 0 0.40
HSL 215.75º 0.92% 0.31% -
HSV(B) 215.75º 0.96% 0.6% -
XYZ 7.63 6.09 30.48 -
YUV 57.28 181.45 91.43 -
System Red Green Blue C M Y K H S L
Decimal 6 65 152 0.96 0.57 0 0.40 215.75 0.92 0.31
Hex 6 41 98 60 39 0 28 D8 5C 1F
Octal 6 101 230 140 71 0 50 330 134 37
Binary 110 1000001 10011000 1100000 111001 0 101000 11011000 1011100 11111

Color Harmonies of #064198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064198

Black with #064198

Text Example


Text Example

White with #064198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064198; }

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

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

background-color css

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

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

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

border-color css

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

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

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