#6F869B

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

Shades of Light Slate Grey #6F869B

Tints of Light Slate Grey #6F869B

Color information

#6F869B (or 0x6F869B) is unknown color: approx Light Slate Grey. HEX triplet: 6F, 86 and 9B. RGB value is (111,134,155). Sum of RGB (Red+Green+Blue) = 111+134+155=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F869B is #907964. Grayscale: #818181. Windows color (decimal): -9468261 or 10192495. OLE color: 10192495.

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

Color convert

RGB111134155-
CMYK0.280.1400.39
HSL208.64º18.03%52.16%-
HSV(B)208.64º28.39%60.78%-
XYZ2122.834.3-
YUV129.52142.38114.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.75%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=27.75%
G=33.5%
B=38.75%

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
Decimal1111341550.280.1400.39208.6418.0352.16
Hex6F869B1CE027d11234
Octal15720623334160473212264
Binary1101111100001101001101111100111001001111101000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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