#6F446B

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

Shades of Eminence #6F446B

Tints of Eminence #6F446B

Color information

#6F446B (or 0x6F446B) is unknown color: approx Eminence. HEX triplet: 6F, 44 and 6B. RGB value is (111,68,107). Sum of RGB (Red+Green+Blue) = 111+68+107=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F446B is #90BB94. Grayscale: #555555. Windows color (decimal): -9485205 or 7029871. OLE color: 7029871.

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

Color convert

RGB11168107-
CMYK00.390.040.56
HSL305.58º24.02%35.1%-
HSV(B)305.58º38.74%43.53%-
XYZ11.288.5814.97-
YUV85.3140.25146.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=38.81%
G=23.78%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116810700.390.040.56305.5824.0235.1
Hex6F446B0274381321823
Octal1571041530474704623043
Binary110111110001001101011010011110011100010011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,68,107); }

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

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

 a { background-color: rgb(111,68,107); }

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

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

 span { border-color: rgb(111,68,107); }

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