Html Css Color HEX #063096 Smalt

📋 copy color: '#063096'

red 6 ◦ green 48 ◦ blue 150

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

Shades of Smalt #063096

Tints of Smalt #063096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.53%

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

R = 2.94%
G = 23.53%
B = 73.53%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#063096 (or 0x063096) is known color: Smalt. HEX triplet: 06, 30 and 96. RGB value is (6,48,150). Sum of RGB (Red+Green+Blue) = 6+48+150=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #063096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063096 is #F9CF69. Grayscale: #2E2E2E. Windows color (decimal): -16371562 or 9842694. OLE color: 9842694.

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

Color convert

RGB 6 48 150 -
CMYK 0.96 0.68 0 0.41
HSL 222.5º 0.92% 0.31% -
HSV(B) 222.5º 0.96% 0.59% -
XYZ 6.64 4.35 29.34 -
YUV 47.07 186.09 98.71 -
System Red Green Blue C M Y K H S L
Decimal 6 48 150 0.96 0.68 0 0.41 222.5 0.92 0.31
Hex 6 30 96 60 44 0 29 DE 5C 1F
Octal 6 60 226 140 104 0 51 336 134 37
Binary 110 110000 10010110 1100000 1000100 0 101001 11011110 1011100 11111

Color Harmonies of #063096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063096

Black with #063096

Text Example


Text Example

White with #063096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063096; }

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

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

background-color css

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

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

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

border-color css

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

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

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