#63819A

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

Shades of Slate Grey #63819A

Tints of Slate Grey #63819A

Color information

#63819A (or 0x63819A) is unknown color: approx Slate Grey. HEX triplet: 63, 81 and 9A. RGB value is (99,129,154). Sum of RGB (Red+Green+Blue) = 99+129+154=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #63819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63819A is #9C7E65. Grayscale: #7A7A7A. Windows color (decimal): -10255974 or 10125667. OLE color: 10125667.

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

Color convert

RGB99129154-
CMYK0.360.1600.40
HSL207.27º21.74%49.61%-
HSV(B)207.27º35.71%60.39%-
XYZ18.8320.6933.57-
YUV122.88145.56110.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.92%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=25.92%
G=33.77%
B=40.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991291540.360.1600.40207.2721.7449.61
Hex63819A2410028cf1632
Octal14320123244200503172662
Binary110001110000001100110101001001000001010001100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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