#647D99

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

Shades of Slate Grey #647D99

Tints of Slate Grey #647D99

Color information

#647D99 (or 0x647D99) is unknown color: approx Slate Grey. HEX triplet: 64, 7D and 99. RGB value is (100,125,153). Sum of RGB (Red+Green+Blue) = 100+125+153=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #647D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D99 is #9B8266. Grayscale: #787878. Windows color (decimal): -10191463 or 10059108. OLE color: 10059108.

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

Color convert

RGB100125153-
CMYK0.350.1800.4
HSL211.7º20.95%49.61%-
HSV(B)211.7º34.64%60%-
XYZ18.3419.6832.97-
YUV120.72146.22113.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=26.46%
G=33.07%
B=40.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001251530.350.1800.4211.720.9549.61
Hex647D992312028d41532
Octal14417523143220503242562
Binary11001001111101100110011000111001001010001101010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647D99; }

 p { color: rgb(100,125,153); }

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

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

 a { background-color: rgb(100,125,153); }

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

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

 span { border-color: rgb(100,125,153); }

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