Html Css Color HEX #683A6C Seance

📋 copy color: '#683A6C'

red 104 ◦ green 58 ◦ blue 108

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

Shades of Seance #683A6C

Tints of Seance #683A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

 BLUE value IS 108 (42.58% from 255) = 40%

R = 38.52%
G = 21.48%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#683A6C (or 0x683A6C) is known color: Seance. HEX triplet: 68, 3A and 6C. RGB value is (104,58,108). Sum of RGB (Red+Green+Blue) = 104+58+108=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #683A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683A6C is #97C593. Grayscale: #4D4D4D. Windows color (decimal): -9946516 or 7092840. OLE color: 7092840.

HSL color Cylindrical-coordinate representation of color #683A6C: hue angle of 295.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #683A6C is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 58 108 -
CMYK 0.04 0.46 0 0.58
HSL 295.2º 0.3% 0.33% -
HSV(B) 295.2º 0.46% 0.42% -
XYZ 9.93 7.05 15.03 -
YUV 77.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 104 58 108 0.04 0.46 0 0.58 295.2 0.3 0.33
Hex 68 3A 6C 4 2E 0 3A 127 1E 21
Octal 150 72 154 4 56 0 72 447 36 41
Binary 1101000 111010 1101100 100 101110 0 111010 100100111 11110 100001

Color Harmonies of #683A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A6C

Black with #683A6C

Text Example


Text Example

White with #683A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,58,108); }

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

background-color css

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

 a { background-color: rgb(104,58,108); }

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

border-color css

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

 span { border-color: rgb(104,58,108); }

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