Html Css Color HEX #683D66 Seance

📋 copy color: '#683D66'

red 104 ◦ green 61 ◦ blue 102

#683D66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #683D66

Tints of Seance #683D66

RGB

 RED value IS 104 (41.02% from 255) = 38.95%

 GREEN value IS 61 (24.22% from 255) = 22.85%

 BLUE value IS 102 (40.23% from 255) = 38.2%

R = 38.95%
G = 22.85%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#683D66 (or 0x683D66) is known color: Seance. HEX triplet: 68, 3D and 66. RGB value is (104,61,102). Sum of RGB (Red+Green+Blue) = 104+61+102=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #683D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D66 is #97C299. Grayscale: #4E4E4E. Windows color (decimal): -9945754 or 6700392. OLE color: 6700392.

HSL color Cylindrical-coordinate representation of color #683D66: hue angle of 302.79º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #683D66 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 61 102 -
CMYK 0 0.41 0.02 0.59
HSL 302.79º 0.26% 0.32% -
HSV(B) 302.79º 0.41% 0.41% -
XYZ 9.78 7.24 13.45 -
YUV 78.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 104 61 102 0 0.41 0.02 0.59 302.79 0.26 0.32
Hex 68 3D 66 0 29 2 3B 12F 1A 20
Octal 150 75 146 0 51 2 73 457 32 40
Binary 1101000 111101 1100110 0 101001 10 111011 100101111 11010 100000

Color Harmonies of #683D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683D66

Black with #683D66

Text Example


Text Example

White with #683D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683D66; }

 p { color: rgb(104,61,102); }

 H1.HeaderClassName
 {
   color: #683D66;
 }
 .AnyTagClassName
 {
   color: #683D66;
 }
</style>

background-color css

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

 a { background-color: rgb(104,61,102); }

 div.DivClassName
 {
   background-color: #683D66;
 }
 .BgClassName
 {
   background-color: #683D66;
 }
</style>

border-color css

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

 span { border-color: rgb(104,61,102); }

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