#63809C

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

Shades of Slate Grey #63809C

Tints of Slate Grey #63809C

Color information

#63809C (or 0x63809C) is unknown color: approx Slate Grey. HEX triplet: 63, 80 and 9C. RGB value is (99,128,156). Sum of RGB (Red+Green+Blue) = 99+128+156=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #63809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63809C is #9C7F63. Grayscale: #7A7A7A. Windows color (decimal): -10256228 or 10256483. OLE color: 10256483.

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

Color convert

RGB99128156-
CMYK0.370.1800.39
HSL209.47º22.35%50%-
HSV(B)209.47º36.54%61.18%-
XYZ18.8720.4934.41-
YUV122.52146.89111.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.85%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=25.85%
G=33.42%
B=40.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991281560.370.1800.39209.4722.3550
Hex63809C2512027d11632
Octal14320023445220473212662
Binary110001110000000100111001001011001001001111101000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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