#6F6170

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

Shades of Old Lavender #6F6170

Tints of Old Lavender #6F6170

Color information

#6F6170 (or 0x6F6170) is unknown color: approx Old Lavender. HEX triplet: 6F, 61 and 70. RGB value is (111,97,112). Sum of RGB (Red+Green+Blue) = 111+97+112=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F6170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6170 is #909E8F. Grayscale: #666666. Windows color (decimal): -9477776 or 7364975. OLE color: 7364975.

HSL color Cylindrical-coordinate representation of color #6F6170: hue angle of 296º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6170 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11197112-
CMYK0.010.1300.56
HSL296º7.18%40.98%-
HSV(B)296º13.39%43.92%-
XYZ13.7513.117.13-
YUV102.9133.14133.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.69%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 112 (44.14% from 255) = 35%
R=34.69%
G=30.31%
B=35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111971120.010.1300.562967.1840.98
Hex6F61701D038128729
Octal157141160115070450751
Binary110111111000011110000111010111000100101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,112); }

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

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

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

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

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

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

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