#6F397B

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

Shades of Eminence #6F397B

Tints of Eminence #6F397B

Color information

#6F397B (or 0x6F397B) is unknown color: approx Eminence. HEX triplet: 6F, 39 and 7B. RGB value is (111,57,123). Sum of RGB (Red+Green+Blue) = 111+57+123=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F397B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F397B is #90C684. Grayscale: #505050. Windows color (decimal): -9488005 or 8075631. OLE color: 8075631.

HSL color Cylindrical-coordinate representation of color #6F397B: hue angle of 289.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F397B is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11157123-
CMYK0.100.5400.52
HSL289.09º36.67%35.29%-
HSV(B)289.09º53.66%48.24%-
XYZ11.597.7419.62-
YUV80.67151.89149.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.14%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 123 (48.44% from 255) = 42.27%
R=38.14%
G=19.59%
B=42.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111571230.100.5400.52289.0936.6735.29
Hex6F397BA360341212523
Octal1577117312660644414543
Binary1101111111001111101110101101100110100100100001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,57,123); }

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

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

 a { background-color: rgb(111,57,123); }

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

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

 span { border-color: rgb(111,57,123); }

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