#6D267B

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

Shades of Seance #6D267B

Tints of Seance #6D267B

Color information

#6D267B (or 0x6D267B) is unknown color: approx Seance. HEX triplet: 6D, 26 and 7B. RGB value is (109,38,123). Sum of RGB (Red+Green+Blue) = 109+38+123=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D267B is #92D984. Grayscale: #444444. Windows color (decimal): -9623941 or 8070765. OLE color: 8070765.

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

Color convert

RGB10938123-
CMYK0.110.6900.52
HSL290.12º52.8%31.57%-
HSV(B)290.12º69.11%48.24%-
XYZ10.576.0719.35-
YUV68.92158.52156.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.37%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=40.37%
G=14.07%
B=45.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109381230.110.6900.52290.1252.831.57
Hex6D267BB450341223520
Octal15546173131050644426540
Binary11011011001101111011101110001010110100100100010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,38,123); }

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

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

 a { background-color: rgb(109,38,123); }

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

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

 span { border-color: rgb(109,38,123); }

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