Html Css Color HEX #064299 Smalt

📋 copy color: '#064299'

red 6 ◦ green 66 ◦ blue 153

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

Shades of Smalt #064299

Tints of Smalt #064299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68%

R = 2.67%
G = 29.33%
B = 68%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#064299 (or 0x064299) is known color: Smalt. HEX triplet: 06, 42 and 99. RGB value is (6,66,153). Sum of RGB (Red+Green+Blue) = 6+66+153=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #064299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064299 is #F9BD66. Grayscale: #393939. Windows color (decimal): -16366951 or 10043910. OLE color: 10043910.

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

Color convert

RGB 6 66 153 -
CMYK 0.96 0.57 0 0.4
HSL 215.51º 0.92% 0.31% -
HSV(B) 215.51º 0.96% 0.6% -
XYZ 7.77 6.24 30.93 -
YUV 57.98 181.62 90.93 -
System Red Green Blue C M Y K H S L
Decimal 6 66 153 0.96 0.57 0 0.4 215.51 0.92 0.31
Hex 6 42 99 60 39 0 28 D8 5C 1F
Octal 6 102 231 140 71 0 50 330 134 37
Binary 110 1000010 10011001 1100000 111001 0 101000 11011000 1011100 11111

Color Harmonies of #064299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064299

Black with #064299

Text Example


Text Example

White with #064299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064299; }

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

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

background-color css

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

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

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

border-color css

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

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

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