#698093

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

Shades of Slate Grey #698093

Tints of Slate Grey #698093

Color information

#698093 (or 0x698093) is unknown color: approx Slate Grey. HEX triplet: 69, 80 and 93. RGB value is (105,128,147). Sum of RGB (Red+Green+Blue) = 105+128+147=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #698093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698093 is #967F6C. Grayscale: #7B7B7B. Windows color (decimal): -9863021 or 9666665. OLE color: 9666665.

HSL color Cylindrical-coordinate representation of color #698093: hue angle of 207.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #698093 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105128147-
CMYK0.290.1300.42
HSL207.14º16.67%49.41%-
HSV(B)207.14º28.57%57.65%-
XYZ18.8120.5530.58-
YUV123.29141.38114.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=27.63%
G=33.68%
B=38.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051281470.290.1300.42207.1416.6749.41
Hex6980931DD02Acf1131
Octal15120022335150523172161
Binary1101001100000001001001111101110101010101100111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698093; }

 p { color: rgb(105,128,147); }

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

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

 a { background-color: rgb(105,128,147); }

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

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

 span { border-color: rgb(105,128,147); }

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