#6F859B

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

Shades of Light Slate Grey #6F859B

Tints of Light Slate Grey #6F859B

Color information

#6F859B (or 0x6F859B) is unknown color: approx Light Slate Grey. HEX triplet: 6F, 85 and 9B. RGB value is (111,133,155). Sum of RGB (Red+Green+Blue) = 111+133+155=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F859B is #907A64. Grayscale: #808080. Windows color (decimal): -9468517 or 10192239. OLE color: 10192239.

HSL color Cylindrical-coordinate representation of color #6F859B: hue angle of 210º 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 #6F859B is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB111133155-
CMYK0.280.1400.39
HSL210º18.03%52.16%-
HSV(B)210º28.39%60.78%-
XYZ20.8622.5234.26-
YUV128.93142.71115.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.82%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=27.82%
G=33.33%
B=38.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111331550.280.1400.3921018.0352.16
Hex6F859B1CE027d21234
Octal15720523334160473222264
Binary1101111100001011001101111100111001001111101001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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