#647B92

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

Shades of Slate Grey #647B92

Tints of Slate Grey #647B92

Color information

#647B92 (or 0x647B92) is unknown color: approx Slate Grey. HEX triplet: 64, 7B and 92. RGB value is (100,123,146). Sum of RGB (Red+Green+Blue) = 100+123+146=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #647B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B92 is #9B846D. Grayscale: #767676. Windows color (decimal): -10191982 or 9599844. OLE color: 9599844.

HSL color Cylindrical-coordinate representation of color #647B92: hue angle of 210º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647B92 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB100123146-
CMYK0.320.1600.43
HSL210º18.7%48.24%-
HSV(B)210º31.51%57.25%-
XYZ17.5318.9529.93-
YUV118.74143.38114.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 123 (48.44% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=27.10%
G=33.33%
B=39.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001231460.320.1600.4321018.748.24
Hex647B92201002Bd21330
Octal14417322240200533222360
Binary11001001111011100100101000001000001010111101001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,123,146); }

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

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

 a { background-color: rgb(100,123,146); }

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

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

 span { border-color: rgb(100,123,146); }

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