Html Css Color HEX #063896 Smalt

📋 copy color: '#063896'

red 6 ◦ green 56 ◦ blue 150

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

Shades of Smalt #063896

Tints of Smalt #063896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

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

R = 2.83%
G = 26.42%
B = 70.75%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#063896 (or 0x063896) is known color: Smalt. HEX triplet: 06, 38 and 96. RGB value is (6,56,150). Sum of RGB (Red+Green+Blue) = 6+56+150=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #063896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063896 is #F9C769. Grayscale: #333333. Windows color (decimal): -16369514 or 9844742. OLE color: 9844742.

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

Color convert

RGB 6 56 150 -
CMYK 0.96 0.63 0 0.41
HSL 219.17º 0.92% 0.31% -
HSV(B) 219.17º 0.96% 0.59% -
XYZ 6.99 5.07 29.46 -
YUV 51.77 183.44 95.36 -
System Red Green Blue C M Y K H S L
Decimal 6 56 150 0.96 0.63 0 0.41 219.17 0.92 0.31
Hex 6 38 96 60 3F 0 29 DB 5C 1F
Octal 6 70 226 140 77 0 51 333 134 37
Binary 110 111000 10010110 1100000 111111 0 101001 11011011 1011100 11111

Color Harmonies of #063896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063896

Black with #063896

Text Example


Text Example

White with #063896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063896; }

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

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

background-color css

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

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

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

border-color css

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

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

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