Html Css Color HEX #683270 Seance

📋 copy color: '#683270'

red 104 ◦ green 50 ◦ blue 112

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

Shades of Seance #683270

Tints of Seance #683270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 39.1%
G = 18.8%
B = 42.11%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#683270 (or 0x683270) is known color: Seance. HEX triplet: 68, 32 and 70. RGB value is (104,50,112). Sum of RGB (Red+Green+Blue) = 104+50+112=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #683270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683270 is #97CD8F. Grayscale: #494949. Windows color (decimal): -9948560 or 7352936. OLE color: 7352936.

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

Color convert

RGB 104 50 112 -
CMYK 0.07 0.55 0 0.56
HSL 292.26º 0.38% 0.32% -
HSV(B) 292.26º 0.55% 0.44% -
XYZ 9.77 6.39 16.05 -
YUV 73.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 104 50 112 0.07 0.55 0 0.56 292.26 0.38 0.32
Hex 68 32 70 7 37 0 38 124 26 20
Octal 150 62 160 7 67 0 70 444 46 40
Binary 1101000 110010 1110000 111 110111 0 111000 100100100 100110 100000

Color Harmonies of #683270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683270

Black with #683270

Text Example


Text Example

White with #683270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683270; }

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

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

background-color css

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

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

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

border-color css

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

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

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