#63788F

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

Shades of Slate Grey #63788F

Tints of Slate Grey #63788F

Color information

#63788F (or 0x63788F) is unknown color: approx Slate Grey. HEX triplet: 63, 78 and 8F. RGB value is (99,120,143). Sum of RGB (Red+Green+Blue) = 99+120+143=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #63788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63788F is #9C8770. Grayscale: #747474. Windows color (decimal): -10258289 or 9402467. OLE color: 9402467.

HSL color Cylindrical-coordinate representation of color #63788F: hue angle of 211.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63788F is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99120143-
CMYK0.310.1600.44
HSL211.36º18.18%47.45%-
HSV(B)211.36º30.77%56.08%-
XYZ16.8218.0728.59-
YUV116.34143.04115.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=27.35%
G=33.15%
B=39.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991201430.310.1600.44211.3618.1847.45
Hex63788F1F1002Cd3122f
Octal14317021737200543232257
Binary1100011111100010001111111111000001011001101001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63788F; }

 p { color: rgb(99,120,143); }

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

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

 a { background-color: rgb(99,120,143); }

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

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

 span { border-color: rgb(99,120,143); }

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