Html Css Color HEX #6F696F Old Lavender

📋 copy color: '#6F696F'

red 111 ◦ green 105 ◦ blue 111

#6F696F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #6F696F

Tints of Old Lavender #6F696F

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 value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F696F (or 0x6F696F) is known color: 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

RGB 111 105 111 -
CMYK 0 0.05 0 0.56
HSL 300º 0.03% 0.42% -
HSV(B) 300º 0.05% 0.44% -
XYZ 14.48 14.63 17.1 -
YUV 107.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 111 105 111 0 0.05 0 0.56 300 0.03 0.42
Hex 6F 69 6F 0 5 0 38 12C 3 2A
Octal 157 151 157 0 5 0 70 454 3 52
Binary 1101111 1101001 1101111 0 101 0 111000 100101100 11 101010

Color Harmonies of #6F696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F696F

Black with #6F696F

Text Example


Text Example

White with #6F696F

Text Example


Text Example

HTML Codes & Css Web 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>