Html Css Color HEX #063496 Smalt

📋 copy color: '#063496'

red 6 ◦ green 52 ◦ blue 150

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

Shades of Smalt #063496

Tints of Smalt #063496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25%

 BLUE value IS 150 (58.98% from 255) = 72.12%

R = 2.88%
G = 25%
B = 72.12%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#063496 (or 0x063496) is known color: Smalt. HEX triplet: 06, 34 and 96. RGB value is (6,52,150). Sum of RGB (Red+Green+Blue) = 6+52+150=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 150 (58.98% from 255 or 72.12% from 208); Max value from RGB is 150 - color contains mainly: blue. Hex color #063496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063496 is #F9CB69. Grayscale: #303030. Windows color (decimal): -16370538 or 9843718. OLE color: 9843718.

HSL color Cylindrical-coordinate representation of color #063496: hue angle of 220.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063496 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 52 150 -
CMYK 0.96 0.65 0 0.41
HSL 220.83º 0.92% 0.31% -
HSV(B) 220.83º 0.96% 0.59% -
XYZ 6.81 4.7 29.4 -
YUV 49.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 6 52 150 0.96 0.65 0 0.41 220.83 0.92 0.31
Hex 6 34 96 60 41 0 29 DD 5C 1F
Octal 6 64 226 140 101 0 51 335 134 37
Binary 110 110100 10010110 1100000 1000001 0 101001 11011101 1011100 11111

Color Harmonies of #063496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063496

Black with #063496

Text Example


Text Example

White with #063496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063496; }

 p { color: rgb(6,52,150); }

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

background-color css

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

 a { background-color: rgb(6,52,150); }

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

border-color css

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

 span { border-color: rgb(6,52,150); }

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