#6F2084

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

Shades of Seance #6F2084

Tints of Seance #6F2084

Color information

#6F2084 (or 0x6F2084) is unknown color: approx Seance. HEX triplet: 6F, 20 and 84. RGB value is (111,32,132). Sum of RGB (Red+Green+Blue) = 111+32+132=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F2084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2084 is #90DF7B. Grayscale: #424242. Windows color (decimal): -9494396 or 8659055. OLE color: 8659055.

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

Color convert

RGB11132132-
CMYK0.160.7600.48
HSL287.4º60.98%32.16%-
HSV(B)287.4º75.76%51.76%-
XYZ11.246.0822.41-
YUV67.02164.67159.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.36%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 132 (51.95% from 255) = 48%
R=40.36%
G=11.64%
B=48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111321320.160.7600.48287.460.9832.16
Hex6F2084104C03011f3d20
Octal15740204201140604377540
Binary1101111100000100001001000010011000110000100011111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,32,132); }

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

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

 a { background-color: rgb(111,32,132); }

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

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

 span { border-color: rgb(111,32,132); }

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