Html Css Color HEX #063295 Smalt

📋 copy color: '#063295'

red 6 ◦ green 50 ◦ blue 149

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

Shades of Smalt #063295

Tints of Smalt #063295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

 BLUE value IS 149 (58.59% from 255) = 72.68%

R = 2.93%
G = 24.39%
B = 72.68%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#063295 (or 0x063295) is known color: Smalt. HEX triplet: 06, 32 and 95. RGB value is (6,50,149). Sum of RGB (Red+Green+Blue) = 6+50+149=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #063295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063295 is #F9CD6A. Grayscale: #2F2F2F. Windows color (decimal): -16371051 or 9777670. OLE color: 9777670.

HSL color Cylindrical-coordinate representation of color #063295: hue angle of 221.54º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063295 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 50 149 -
CMYK 0.96 0.66 0 0.42
HSL 221.54º 0.92% 0.3% -
HSV(B) 221.54º 0.96% 0.58% -
XYZ 6.64 4.49 28.95 -
YUV 48.13 184.92 97.95 -
System Red Green Blue C M Y K H S L
Decimal 6 50 149 0.96 0.66 0 0.42 221.54 0.92 0.3
Hex 6 32 95 60 42 0 2A DE 5C 1E
Octal 6 62 225 140 102 0 52 336 134 36
Binary 110 110010 10010101 1100000 1000010 0 101010 11011110 1011100 11110

Color Harmonies of #063295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063295

Black with #063295

Text Example


Text Example

White with #063295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063295; }

 p { color: rgb(6,50,149); }

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

background-color css

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

 a { background-color: rgb(6,50,149); }

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

border-color css

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

 span { border-color: rgb(6,50,149); }

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