Html Css Color HEX #064098 Smalt

📋 copy color: '#064098'

red 6 ◦ green 64 ◦ blue 152

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

Shades of Smalt #064098

Tints of Smalt #064098

RGB

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

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

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

R = 2.7%
G = 28.83%
B = 68.47%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#064098 (or 0x064098) is known color: Smalt. HEX triplet: 06, 40 and 98. RGB value is (6,64,152). Sum of RGB (Red+Green+Blue) = 6+64+152=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #064098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064098 is #F9BF67. Grayscale: #383838. Windows color (decimal): -16367464 or 9977862. OLE color: 9977862.

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

Color convert

RGB 6 64 152 -
CMYK 0.96 0.58 0 0.40
HSL 216.16º 0.92% 0.31% -
HSV(B) 216.16º 0.96% 0.6% -
XYZ 7.58 5.97 30.46 -
YUV 56.69 181.78 91.84 -
System Red Green Blue C M Y K H S L
Decimal 6 64 152 0.96 0.58 0 0.40 216.16 0.92 0.31
Hex 6 40 98 60 3A 0 28 D8 5C 1F
Octal 6 100 230 140 72 0 50 330 134 37
Binary 110 1000000 10011000 1100000 111010 0 101000 11011000 1011100 11111

Color Harmonies of #064098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064098

Black with #064098

Text Example


Text Example

White with #064098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064098; }

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

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

background-color css

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

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

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

border-color css

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

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

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