#647D98

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

Shades of Slate Grey #647D98

Tints of Slate Grey #647D98

Color information

#647D98 (or 0x647D98) is unknown color: approx Slate Grey. HEX triplet: 64, 7D and 98. RGB value is (100,125,152). Sum of RGB (Red+Green+Blue) = 100+125+152=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #647D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D98 is #9B8267. Grayscale: #787878. Windows color (decimal): -10191464 or 9993572. OLE color: 9993572.

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

Color convert

RGB100125152-
CMYK0.340.1800.40
HSL211.15º20.63%49.41%-
HSV(B)211.15º34.21%59.61%-
XYZ18.2619.6432.54-
YUV120.6145.72113.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=26.53%
G=33.16%
B=40.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001251520.340.1800.40211.1520.6349.41
Hex647D982212028d31531
Octal14417523042220503232561
Binary11001001111101100110001000101001001010001101001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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