#67466B

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

Shades of Eminence #67466B

Tints of Eminence #67466B

Color information

#67466B (or 0x67466B) is unknown color: approx Eminence. HEX triplet: 67, 46 and 6B. RGB value is (103,70,107). Sum of RGB (Red+Green+Blue) = 103+70+107=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #67466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67466B is #98B994. Grayscale: #535353. Windows color (decimal): -10008981 or 7030375. OLE color: 7030375.

HSL color Cylindrical-coordinate representation of color #67466B: hue angle of 293.51º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67466B is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10370107-
CMYK0.040.3500.58
HSL293.51º20.9%34.71%-
HSV(B)293.51º34.58%41.96%-
XYZ10.448.3314.97-
YUV84.08140.93141.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.79%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=36.79%
G=25%
B=38.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103701070.040.3500.58293.5120.934.71
Hex67466B42303A1261523
Octal1471061534430724462543
Binary110011110001101101011100100011011101010010011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67466B; }

 p { color: rgb(103,70,107); }

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

<style>
 a { background-color: #67466B; }

 a { background-color: rgb(103,70,107); }

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

<style>
 span { border-color: #67466B; }

 span { border-color: rgb(103,70,107); }

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