#6B267A

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

Shades of Seance #6B267A

Tints of Seance #6B267A

Color information

#6B267A (or 0x6B267A) is unknown color: approx Seance. HEX triplet: 6B, 26 and 7A. RGB value is (107,38,122). Sum of RGB (Red+Green+Blue) = 107+38+122=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B267A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B267A is #94D985. Grayscale: #434343. Windows color (decimal): -9755014 or 8005227. OLE color: 8005227.

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

Color convert

RGB10738122-
CMYK0.120.6900.52
HSL289.29º52.5%31.37%-
HSV(B)289.29º68.85%47.84%-
XYZ10.275.9219.01-
YUV68.21158.36155.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.07%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=40.07%
G=14.23%
B=45.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107381220.120.6900.52289.2952.531.37
Hex6B267AC45034121341f
Octal15346172141050644416437
Binary1101011100110111101011001000101011010010010000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,38,122); }

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

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

 a { background-color: rgb(107,38,122); }

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

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

 span { border-color: rgb(107,38,122); }

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