#6B307B

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

Shades of Eminence #6B307B

Tints of Eminence #6B307B

Color information

#6B307B (or 0x6B307B) is unknown color: approx Eminence. HEX triplet: 6B, 30 and 7B. RGB value is (107,48,123). Sum of RGB (Red+Green+Blue) = 107+48+123=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B307B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B307B is #94CF84. Grayscale: #494949. Windows color (decimal): -9752453 or 8073323. OLE color: 8073323.

HSL color Cylindrical-coordinate representation of color #6B307B: hue angle of 287.2º 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 #6B307B is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10748123-
CMYK0.130.6100.52
HSL287.2º43.86%33.53%-
HSV(B)287.2º60.98%48.24%-
XYZ10.76.6719.46-
YUV74.19155.55151.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.49%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=38.49%
G=17.27%
B=44.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107481230.130.6100.52287.243.8633.53
Hex6B307BD3D03411f2c22
Octal1536017315750644375442
Binary1101011110000111101111011111010110100100011111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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