#638199

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

Shades of Slate Grey #638199

Tints of Slate Grey #638199

Color information

#638199 (or 0x638199) is unknown color: approx Slate Grey. HEX triplet: 63, 81 and 99. RGB value is (99,129,153). Sum of RGB (Red+Green+Blue) = 99+129+153=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #638199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638199 is #9C7E66. Grayscale: #7A7A7A. Windows color (decimal): -10255975 or 10060131. OLE color: 10060131.

HSL color Cylindrical-coordinate representation of color #638199: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #638199 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB99129153-
CMYK0.350.1600.4
HSL206.67º21.43%49.41%-
HSV(B)206.67º35.29%60%-
XYZ18.7520.6533.14-
YUV122.77145.06111.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.98%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=25.98%
G=33.86%
B=40.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991291530.350.1600.4206.6721.4349.41
Hex6381992310028cf1531
Octal14320123143200503172561
Binary110001110000001100110011000111000001010001100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638199; }

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

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

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

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

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

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

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

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