#6F696F

Color #6F696F Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #6F696F

Tints of Old Lavender #6F696F

Color information

#6F696F (or 0x6F696F) is unknown color: approx Old Lavender. HEX triplet: 6F, 69 and 6F. RGB value is (111,105,111). Sum of RGB (Red+Green+Blue) = 111+105+111=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F696F is #909690. Grayscale: #6B6B6B. Windows color (decimal): -9475729 or 7301487. OLE color: 7301487.

HSL color Cylindrical-coordinate representation of color #6F696F: hue angle of 300º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F696F is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB111105111-
CMYK00.0500.56
HSL300º2.78%42.35%-
HSV(B)300º5.41%43.53%-
XYZ14.4814.6317.1-
YUV107.48129.99130.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.94%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=33.94%
G=32.11%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110511100.0500.563002.7842.35
Hex6F696F0503812c32a
Octal15715115705070454352
Binary1101111110100111011110101011100010010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,111); }

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

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

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

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

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

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

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