#6F277B

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

Shades of Seance #6F277B

Tints of Seance #6F277B

Color information

#6F277B (or 0x6F277B) is unknown color: approx Seance. HEX triplet: 6F, 27 and 7B. RGB value is (111,39,123). Sum of RGB (Red+Green+Blue) = 111+39+123=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F277B is #90D884. Grayscale: #454545. Windows color (decimal): -9492613 or 8071023. OLE color: 8071023.

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

Color convert

RGB11139123-
CMYK0.100.6800.52
HSL291.43º51.85%31.76%-
HSV(B)291.43º68.29%48.24%-
XYZ10.866.2619.38-
YUV70.1157.85157.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.66%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=40.66%
G=14.29%
B=45.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111391230.100.6800.52291.4351.8531.76
Hex6F277BA440341233420
Octal15747173121040644436440
Binary11011111001111111011101010001000110100100100011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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