Html Css Color HEX #6F5266 Salt Box

📋 copy color: '#6F5266'

red 111 ◦ green 82 ◦ blue 102

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

Shades of Salt Box #6F5266

Tints of Salt Box #6F5266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 37.63%
G = 27.8%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F5266 (or 0x6F5266) is known color: Salt Box. HEX triplet: 6F, 52 and 66. RGB value is (111,82,102). Sum of RGB (Red+Green+Blue) = 111+82+102=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5266 is #90AD99. Grayscale: #5C5C5C. Windows color (decimal): -9481626 or 6705775. OLE color: 6705775.

HSL color Cylindrical-coordinate representation of color #6F5266: hue angle of 318.62º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5266 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 82 102 -
CMYK 0 0.26 0.08 0.56
HSL 318.62º 0.15% 0.38% -
HSV(B) 318.62º 0.26% 0.44% -
XYZ 11.97 10.37 13.94 -
YUV 92.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 111 82 102 0 0.26 0.08 0.56 318.62 0.15 0.38
Hex 6F 52 66 0 1A 8 38 13F F 26
Octal 157 122 146 0 32 10 70 477 17 46
Binary 1101111 1010010 1100110 0 11010 1000 111000 100111111 1111 100110

Color Harmonies of #6F5266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5266

Black with #6F5266

Text Example


Text Example

White with #6F5266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,82,102); }

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

background-color css

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

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

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

border-color css

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

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

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