#6F2F6D

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

Shades of Seance #6F2F6D

Tints of Seance #6F2F6D

Color information

#6F2F6D (or 0x6F2F6D) is unknown color: approx Seance. HEX triplet: 6F, 2F and 6D. RGB value is (111,47,109). Sum of RGB (Red+Green+Blue) = 111+47+109=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2F6D is #90D092. Grayscale: #494949. Windows color (decimal): -9490579 or 7155567. OLE color: 7155567.

HSL color Cylindrical-coordinate representation of color #6F2F6D: hue angle of 301.88º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F2F6D is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11147109-
CMYK00.580.020.56
HSL301.88º40.51%30.98%-
HSV(B)301.88º57.66%43.53%-
XYZ10.336.5215.18-
YUV73.2148.2154.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 47 (18.75% from 255) = 17.60%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=41.57%
G=17.60%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114710900.580.020.56301.8840.5130.98
Hex6F2F6D03A23812e291f
Octal157571550722704565137
Binary1101111101111110110101110101011100010010111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,47,109); }

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

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

 a { background-color: rgb(111,47,109); }

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

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

 span { border-color: rgb(111,47,109); }

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