#6F287B

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

Shades of Seance #6F287B

Tints of Seance #6F287B

Color information

#6F287B (or 0x6F287B) is unknown color: approx Seance. HEX triplet: 6F, 28 and 7B. RGB value is (111,40,123). Sum of RGB (Red+Green+Blue) = 111+40+123=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F287B is #90D784. Grayscale: #464646. Windows color (decimal): -9492357 or 8071279. OLE color: 8071279.

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

Color convert

RGB11140123-
CMYK0.100.6700.52
HSL291.33º50.92%31.96%-
HSV(B)291.33º67.48%48.24%-
XYZ10.896.3319.39-
YUV70.69157.52156.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 40 (16.02% from 255) = 14.60%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=40.51%
G=14.60%
B=44.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111401230.100.6700.52291.3350.9231.96
Hex6F287BA430341233320
Octal15750173121030644436340
Binary11011111010001111011101010000110110100100100011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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