#6F4566

Color #6F4566 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #6F4566

Tints of Salt Box #6F4566

Color information

#6F4566 (or 0x6F4566) is unknown color: approx Salt Box. HEX triplet: 6F, 45 and 66. RGB value is (111,69,102). Sum of RGB (Red+Green+Blue) = 111+69+102=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4566 is #90BA99. Grayscale: #555555. Windows color (decimal): -9484954 or 6702447. OLE color: 6702447.

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

Color convert

RGB11169102-
CMYK00.380.080.56
HSL312.86º23.33%35.29%-
HSV(B)312.86º37.84%43.53%-
XYZ11.088.613.65-
YUV85.32137.41146.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.36%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=39.36%
G=24.47%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116910200.380.080.56312.8623.3335.29
Hex6F45660268381391723
Octal15710514604610704712743
Binary1101111100010111001100100110100011100010011100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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