#6B256E

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

Shades of Seance #6B256E

Tints of Seance #6B256E

Color information

#6B256E (or 0x6B256E) is unknown color: approx Seance. HEX triplet: 6B, 25 and 6E. RGB value is (107,37,110). Sum of RGB (Red+Green+Blue) = 107+37+110=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B256E is #94DA91. Grayscale: #424242. Windows color (decimal): -9755282 or 7218539. OLE color: 7218539.

HSL color Cylindrical-coordinate representation of color #6B256E: hue angle of 297.53º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B256E is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10737110-
CMYK0.030.6600.57
HSL297.53º49.66%28.82%-
HSV(B)297.53º66.36%43.14%-
XYZ9.545.5715.33-
YUV66.25152.69157.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.13%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=42.13%
G=14.57%
B=43.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107371100.030.6600.57297.5349.6628.82
Hex6B256E34203912a321d
Octal1534515631020714526235
Binary11010111001011101110111000010011100110010101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,37,110); }

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

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

 a { background-color: rgb(107,37,110); }

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

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

 span { border-color: rgb(107,37,110); }

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