#68336B

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

Shades of Seance #68336B

Tints of Seance #68336B

Color information

#68336B (or 0x68336B) is unknown color: approx Seance. HEX triplet: 68, 33 and 6B. RGB value is (104,51,107). Sum of RGB (Red+Green+Blue) = 104+51+107=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #68336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68336B is #97CC94. Grayscale: #494949. Windows color (decimal): -9948309 or 7025512. OLE color: 7025512.

HSL color Cylindrical-coordinate representation of color #68336B: hue angle of 296.79º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68336B is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10451107-
CMYK0.030.5200.58
HSL296.79º35.44%30.98%-
HSV(B)296.79º52.34%41.96%-
XYZ9.556.3714.64-
YUV73.23147.06149.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=39.69%
G=19.47%
B=40.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104511070.030.5200.58296.7935.4430.98
Hex68336B33403A129231f
Octal150631533640724514337
Binary1101000110011110101111110100011101010010100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68336B; }

 p { color: rgb(104,51,107); }

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

<style>
 a { background-color: #68336B; }

 a { background-color: rgb(104,51,107); }

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

<style>
 span { border-color: #68336B; }

 span { border-color: rgb(104,51,107); }

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