#638197

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

Shades of Slate Grey #638197

Tints of Slate Grey #638197

Color information

#638197 (or 0x638197) is unknown color: approx Slate Grey. HEX triplet: 63, 81 and 97. RGB value is (99,129,151). Sum of RGB (Red+Green+Blue) = 99+129+151=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #638197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638197 is #9C7E68. Grayscale: #7A7A7A. Windows color (decimal): -10255977 or 9929059. OLE color: 9929059.

HSL color Cylindrical-coordinate representation of color #638197: hue angle of 205.38º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #638197 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB99129151-
CMYK0.340.1500.41
HSL205.38º20.8%49.02%-
HSV(B)205.38º34.44%59.22%-
XYZ18.5820.5932.27-
YUV122.54144.06111.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.12%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 151 (59.38% from 255) = 39.84%
R=26.12%
G=34.04%
B=39.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991291510.340.1500.41205.3820.849.02
Hex63819722F029cd1531
Octal14320122742170513152561
Binary11000111000000110010111100010111101010011100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638197; }

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

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

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

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

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

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

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

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