#6F7E9B

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

Shades of Slate Grey #6F7E9B

Tints of Slate Grey #6F7E9B

Color information

#6F7E9B (or 0x6F7E9B) is unknown color: approx Slate Grey. HEX triplet: 6F, 7E and 9B. RGB value is (111,126,155). Sum of RGB (Red+Green+Blue) = 111+126+155=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F7E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7E9B is #908164. Grayscale: #7C7C7C. Windows color (decimal): -9470309 or 10190447. OLE color: 10190447.

HSL color Cylindrical-coordinate representation of color #6F7E9B: hue angle of 219.55º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F7E9B is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB111126155-
CMYK0.280.1900.39
HSL219.55º18.03%52.16%-
HSV(B)219.55º28.39%60.78%-
XYZ19.9320.6733.95-
YUV124.82145.03118.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.32%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=28.32%
G=32.14%
B=39.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111261550.280.1900.39219.5518.0352.16
Hex6F7E9B1C13027dc1234
Octal15717623334230473342264
Binary1101111111111010011011111001001101001111101110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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