#6F7E9D

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

Shades of Slate Grey #6F7E9D

Tints of Slate Grey #6F7E9D

Color information

#6F7E9D (or 0x6F7E9D) is unknown color: approx Slate Grey. HEX triplet: 6F, 7E and 9D. RGB value is (111,126,157). Sum of RGB (Red+Green+Blue) = 111+126+157=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F7E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7E9D is #908162. Grayscale: #7C7C7C. Windows color (decimal): -9470307 or 10321519. OLE color: 10321519.

HSL color Cylindrical-coordinate representation of color #6F7E9D: hue angle of 220.43º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F7E9D is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB111126157-
CMYK0.290.2000.38
HSL220.43º19.01%52.55%-
HSV(B)220.43º29.3%61.57%-
XYZ20.120.7434.84-
YUV125.05146.03117.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.17%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=28.17%
G=31.98%
B=39.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111261570.290.2000.38220.4319.0152.55
Hex6F7E9D1D14026dc1335
Octal15717623535240463342365
Binary1101111111111010011101111011010001001101101110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7E9D; }

 p { color: rgb(111,126,157); }

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

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

 a { background-color: rgb(111,126,157); }

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

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

 span { border-color: rgb(111,126,157); }

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