#6B4066

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

Shades of Seance #6B4066

Tints of Seance #6B4066

Color information

#6B4066 (or 0x6B4066) is unknown color: approx Seance. HEX triplet: 6B, 40 and 66. RGB value is (107,64,102). Sum of RGB (Red+Green+Blue) = 107+64+102=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4066 is #94BF99. Grayscale: #515151. Windows color (decimal): -9748378 or 6701163. OLE color: 6701163.

HSL color Cylindrical-coordinate representation of color #6B4066: hue angle of 306.98º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B4066 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB10764102-
CMYK00.400.050.58
HSL306.98º25.15%33.53%-
HSV(B)306.98º40.19%41.96%-
XYZ10.37.7513.52-
YUV81.19139.75146.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.19%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=39.19%
G=23.44%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1076410200.400.050.58306.9825.1533.53
Hex6B406602853A1331922
Octal1531001460505724633142
Binary110101110000001100110010100010111101010011001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,102); }

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

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

 a { background-color: rgb(107,64,102); }

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

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

 span { border-color: rgb(107,64,102); }

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