#698293

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

Shades of Slate Grey #698293

Tints of Slate Grey #698293

Color information

#698293 (or 0x698293) is unknown color: approx Slate Grey. HEX triplet: 69, 82 and 93. RGB value is (105,130,147). Sum of RGB (Red+Green+Blue) = 105+130+147=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #698293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698293 is #967D6C. Grayscale: #7C7C7C. Windows color (decimal): -9862509 or 9667177. OLE color: 9667177.

HSL color Cylindrical-coordinate representation of color #698293: hue angle of 204.29º 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 #698293 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105130147-
CMYK0.290.1200.42
HSL204.29º16.67%49.41%-
HSV(B)204.29º28.57%57.65%-
XYZ19.0721.0830.67-
YUV124.46140.72114.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=27.49%
G=34.03%
B=38.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051301470.290.1200.42204.2916.6749.41
Hex6982931DC02Acc1131
Octal15120222335140523142161
Binary1101001100000101001001111101110001010101100110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698293; }

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

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

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

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

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

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

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

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