#698094

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

Shades of Slate Grey #698094

Tints of Slate Grey #698094

Color information

#698094 (or 0x698094) is unknown color: approx Slate Grey. HEX triplet: 69, 80 and 94. RGB value is (105,128,148). Sum of RGB (Red+Green+Blue) = 105+128+148=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #698094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698094 is #967F6B. Grayscale: #7B7B7B. Windows color (decimal): -9863020 or 9732201. OLE color: 9732201.

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

Color convert

RGB105128148-
CMYK0.290.1400.42
HSL207.91º17%49.61%-
HSV(B)207.91º29.05%58.04%-
XYZ18.8920.5830.99-
YUV123.4141.88114.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=27.56%
G=33.60%
B=38.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051281480.290.1400.42207.911749.61
Hex6980941DE02Ad01132
Octal15120022435160523202162
Binary1101001100000001001010011101111001010101101000010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698094; }

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

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

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

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

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

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

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

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