#6B236C

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

Shades of Seance #6B236C

Tints of Seance #6B236C

Color information

#6B236C (or 0x6B236C) is unknown color: approx Seance. HEX triplet: 6B, 23 and 6C. RGB value is (107,35,108). Sum of RGB (Red+Green+Blue) = 107+35+108=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B236C is #94DC93. Grayscale: #404040. Windows color (decimal): -9755796 or 7086955. OLE color: 7086955.

HSL color Cylindrical-coordinate representation of color #6B236C: hue angle of 299.18º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B236C is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10735108-
CMYK0.010.6800.58
HSL299.18º51.05%28.04%-
HSV(B)299.18º67.59%42.35%-
XYZ9.375.4114.74-
YUV64.85152.35158.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=42.8%
G=14%
B=43.2%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107351080.010.6800.58299.1851.0528.04
Hex6B236C14403A12b331c
Octal1534315411040724536334
Binary1101011100011110110011000100011101010010101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,35,108); }

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

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

 a { background-color: rgb(107,35,108); }

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

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

 span { border-color: rgb(107,35,108); }

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