Html Css Color HEX #6F6069 Salt Box

📋 copy color: '#6F6069'

red 111 ◦ green 96 ◦ blue 105

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

Shades of Salt Box #6F6069

Tints of Salt Box #6F6069

RGB

 RED value IS 111 (43.75% from 255) = 35.58%

 GREEN value IS 96 (37.89% from 255) = 30.77%

 BLUE value IS 105 (41.41% from 255) = 33.65%

R = 35.58%
G = 30.77%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F6069 (or 0x6F6069) is known color: Salt Box. HEX triplet: 6F, 60 and 69. RGB value is (111,96,105). Sum of RGB (Red+Green+Blue) = 111+96+105=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6069 is #909F96. Grayscale: #656565. Windows color (decimal): -9478039 or 6905967. OLE color: 6905967.

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

Color convert

RGB 111 96 105 -
CMYK 0 0.14 0.05 0.56
HSL 324º 0.07% 0.41% -
HSV(B) 324º 0.14% 0.44% -
XYZ 13.29 12.77 15.13 -
YUV 101.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 111 96 105 0 0.14 0.05 0.56 324 0.07 0.41
Hex 6F 60 69 0 E 5 38 144 7 29
Octal 157 140 151 0 16 5 70 504 7 51
Binary 1101111 1100000 1101001 0 1110 101 111000 101000100 111 101001

Color Harmonies of #6F6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6069

Black with #6F6069

Text Example


Text Example

White with #6F6069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F6069;
 }
 .AnyTagClassName
 {
   color: #6F6069;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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