#63809B

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

Shades of Slate Grey #63809B

Tints of Slate Grey #63809B

Color information

#63809B (or 0x63809B) is unknown color: approx Slate Grey. HEX triplet: 63, 80 and 9B. RGB value is (99,128,155). Sum of RGB (Red+Green+Blue) = 99+128+155=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #63809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63809B is #9C7F64. Grayscale: #7A7A7A. Windows color (decimal): -10256229 or 10190947. OLE color: 10190947.

HSL color Cylindrical-coordinate representation of color #63809B: hue angle of 208.93º 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 #63809B is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99128155-
CMYK0.360.1700.39
HSL208.93º22.05%49.8%-
HSV(B)208.93º36.13%60.78%-
XYZ18.7820.4633.97-
YUV122.41146.39111.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.92%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=25.92%
G=33.51%
B=40.58%

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
Decimal991281550.360.1700.39208.9322.0549.8
Hex63809B2411027d11632
Octal14320023344210473212662
Binary110001110000000100110111001001000101001111101000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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