Html Css Color HEX #063799 Smalt

📋 copy color: '#063799'

red 6 ◦ green 55 ◦ blue 153

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

Shades of Smalt #063799

Tints of Smalt #063799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

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

R = 2.8%
G = 25.7%
B = 71.5%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#063799 (or 0x063799) is known color: Smalt. HEX triplet: 06, 37 and 99. RGB value is (6,55,153). Sum of RGB (Red+Green+Blue) = 6+55+153=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #063799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063799 is #F9C866. Grayscale: #333333. Windows color (decimal): -16369767 or 10041094. OLE color: 10041094.

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

Color convert

RGB 6 55 153 -
CMYK 0.96 0.64 0 0.4
HSL 220º 0.92% 0.31% -
HSV(B) 220º 0.96% 0.6% -
XYZ 7.19 5.07 30.74 -
YUV 51.52 185.27 95.53 -
System Red Green Blue C M Y K H S L
Decimal 6 55 153 0.96 0.64 0 0.4 220 0.92 0.31
Hex 6 37 99 60 40 0 28 DC 5C 1F
Octal 6 67 231 140 100 0 50 334 134 37
Binary 110 110111 10011001 1100000 1000000 0 101000 11011100 1011100 11111

Color Harmonies of #063799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063799

Black with #063799

Text Example


Text Example

White with #063799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063799; }

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

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

background-color css

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

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

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

border-color css

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

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

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