Html Css Color HEX #063C99 Smalt

📋 copy color: '#063C99'

red 6 ◦ green 60 ◦ blue 153

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

Shades of Smalt #063C99

Tints of Smalt #063C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.4%

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

R = 2.74%
G = 27.4%
B = 69.86%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#063C99 (or 0x063C99) is known color: Smalt. HEX triplet: 06, 3C and 99. RGB value is (6,60,153). Sum of RGB (Red+Green+Blue) = 6+60+153=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #063C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C99 is #F9C366. Grayscale: #363636. Windows color (decimal): -16368487 or 10042374. OLE color: 10042374.

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

Color convert

RGB 6 60 153 -
CMYK 0.96 0.61 0 0.4
HSL 217.96º 0.92% 0.31% -
HSV(B) 217.96º 0.96% 0.6% -
XYZ 7.44 5.57 30.82 -
YUV 54.46 183.61 93.44 -
System Red Green Blue C M Y K H S L
Decimal 6 60 153 0.96 0.61 0 0.4 217.96 0.92 0.31
Hex 6 3C 99 60 3D 0 28 DA 5C 1F
Octal 6 74 231 140 75 0 50 332 134 37
Binary 110 111100 10011001 1100000 111101 0 101000 11011010 1011100 11111

Color Harmonies of #063C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C99

Black with #063C99

Text Example


Text Example

White with #063C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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