#627993

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

Shades of Slate Grey #627993

Tints of Slate Grey #627993

Color information

#627993 (or 0x627993) is unknown color: approx Slate Grey. HEX triplet: 62, 79 and 93. RGB value is (98,121,147). Sum of RGB (Red+Green+Blue) = 98+121+147=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #627993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627993 is #9D866C. Grayscale: #747474. Windows color (decimal): -10323565 or 9664866. OLE color: 9664866.

HSL color Cylindrical-coordinate representation of color #627993: hue angle of 211.84º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #627993 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB98121147-
CMYK0.330.1800.42
HSL211.84º20%48.04%-
HSV(B)211.84º33.33%57.65%-
XYZ17.1418.3830.25-
YUV117.09144.88114.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 121 (47.66% from 255) = 33.06%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=26.78%
G=33.06%
B=40.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981211470.330.1800.42211.842048.04
Hex627993211202Ad41430
Octal14217122341220523242460
Binary11000101111001100100111000011001001010101101010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627993; }

 p { color: rgb(98,121,147); }

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

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

 a { background-color: rgb(98,121,147); }

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

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

 span { border-color: rgb(98,121,147); }

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