#63819B

Color #63819B Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #63819B

Tints of Slate Grey #63819B

Color information

#63819B (or 0x63819B) is unknown color: approx Slate Grey. HEX triplet: 63, 81 and 9B. RGB value is (99,129,155). Sum of RGB (Red+Green+Blue) = 99+129+155=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #63819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63819B is #9C7E64. Grayscale: #7A7A7A. Windows color (decimal): -10255973 or 10191203. OLE color: 10191203.

HSL color Cylindrical-coordinate representation of color #63819B: hue angle of 207.86º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63819B is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99129155-
CMYK0.360.1700.39
HSL207.86º22.05%49.8%-
HSV(B)207.86º36.13%60.78%-
XYZ18.9120.7234.01-
YUV122.99146.06110.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.85%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=25.85%
G=33.68%
B=40.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991291550.360.1700.39207.8622.0549.8
Hex63819B2411027d01632
Octal14320123344210473202662
Binary110001110000001100110111001001000101001111101000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63819B; }

 p { color: rgb(99,129,155); }

 H1.HeaderClassName
 {
   color: #63819B;
 }
 .AnyTagClassName
 {
   color: #63819B;
 }
</style>
background-color css

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

 a { background-color: rgb(99,129,155); }

 div.DivClassName
 {
   background-color: #63819B;
 }
 .BgClassName
 {
   background-color: #63819B;
 }
</style>
border-color css

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

 span { border-color: rgb(99,129,155); }

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