Html Css Color HEX #063296 Smalt

📋 copy color: '#063296'

red 6 ◦ green 50 ◦ blue 150

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

Shades of Smalt #063296

Tints of Smalt #063296

RGB

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

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

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

R = 2.91%
G = 24.27%
B = 72.82%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#063296 (or 0x063296) is known color: Smalt. HEX triplet: 06, 32 and 96. RGB value is (6,50,150). Sum of RGB (Red+Green+Blue) = 6+50+150=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #063296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063296 is #F9CD69. Grayscale: #2F2F2F. Windows color (decimal): -16371050 or 9843206. OLE color: 9843206.

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

Color convert

RGB 6 50 150 -
CMYK 0.96 0.67 0 0.41
HSL 221.67º 0.92% 0.31% -
HSV(B) 221.67º 0.96% 0.59% -
XYZ 6.72 4.52 29.37 -
YUV 48.24 185.42 97.87 -
System Red Green Blue C M Y K H S L
Decimal 6 50 150 0.96 0.67 0 0.41 221.67 0.92 0.31
Hex 6 32 96 60 43 0 29 DE 5C 1F
Octal 6 62 226 140 103 0 51 336 134 37
Binary 110 110010 10010110 1100000 1000011 0 101001 11011110 1011100 11111

Color Harmonies of #063296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063296

Black with #063296

Text Example


Text Example

White with #063296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063296; }

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

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

background-color css

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

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

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

border-color css

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

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

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