#683370

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

Shades of Seance #683370

Tints of Seance #683370

Color information

#683370 (or 0x683370) is unknown color: approx Seance. HEX triplet: 68, 33 and 70. RGB value is (104,51,112). Sum of RGB (Red+Green+Blue) = 104+51+112=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #683370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683370 is #97CC8F. Grayscale: #494949. Windows color (decimal): -9948304 or 7353192. OLE color: 7353192.

HSL color Cylindrical-coordinate representation of color #683370: hue angle of 292.13º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683370 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10451112-
CMYK0.070.5400.56
HSL292.13º37.42%31.96%-
HSV(B)292.13º54.46%43.92%-
XYZ9.826.4816.06-
YUV73.8149.56149.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=38.95%
G=19.10%
B=41.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104511120.070.5400.56292.1337.4231.96
Hex6833707360381242520
Octal150631607660704444540
Binary110100011001111100001111101100111000100100100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683370; }

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

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

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

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

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

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

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

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