#6F397A

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

Shades of Eminence #6F397A

Tints of Eminence #6F397A

Color information

#6F397A (or 0x6F397A) is unknown color: approx Eminence. HEX triplet: 6F, 39 and 7A. RGB value is (111,57,122). Sum of RGB (Red+Green+Blue) = 111+57+122=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F397A is #90C685. Grayscale: #505050. Windows color (decimal): -9488006 or 8010095. OLE color: 8010095.

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

Color convert

RGB11157122-
CMYK0.090.5300.52
HSL289.85º36.31%35.1%-
HSV(B)289.85º53.28%47.84%-
XYZ11.537.7119.29-
YUV80.56151.39149.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 57 (22.66% from 255) = 19.66%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=38.28%
G=19.66%
B=42.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111571220.090.5300.52289.8536.3135.1
Hex6F397A9350341222423
Octal1577117211650644424443
Binary1101111111001111101010011101010110100100100010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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