#6F307B

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

Shades of Eminence #6F307B

Tints of Eminence #6F307B

Color information

#6F307B (or 0x6F307B) is unknown color: approx Eminence. HEX triplet: 6F, 30 and 7B. RGB value is (111,48,123). Sum of RGB (Red+Green+Blue) = 111+48+123=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F307B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F307B is #90CF84. Grayscale: #4B4B4B. Windows color (decimal): -9490309 or 8073327. OLE color: 8073327.

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

Color convert

RGB11148123-
CMYK0.100.6100.52
HSL290.4º43.86%33.53%-
HSV(B)290.4º60.98%48.24%-
XYZ11.196.9219.49-
YUV75.39154.87153.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.36%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=39.36%
G=17.02%
B=43.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111481230.100.6100.52290.443.8633.53
Hex6F307BA3D0341222c22
Octal1576017312750644425442
Binary1101111110000111101110101111010110100100100010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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