Html Css Color HEX #683068 Seance

📋 copy color: '#683068'

red 104 ◦ green 48 ◦ blue 104

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

Shades of Seance #683068

Tints of Seance #683068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 40.63%
G = 18.75%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#683068 (or 0x683068) is known color: Seance. HEX triplet: 68, 30 and 68. RGB value is (104,48,104). Sum of RGB (Red+Green+Blue) = 104+48+104=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #683068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683068 is #97CF97. Grayscale: #464646. Windows color (decimal): -9949080 or 6828136. OLE color: 6828136.

HSL color Cylindrical-coordinate representation of color #683068: hue angle of 300º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683068 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 48 104 -
CMYK 0 0.54 0 0.59
HSL 300º 0.37% 0.3% -
HSV(B) 300º 0.54% 0.41% -
XYZ 9.26 6.06 13.78 -
YUV 71.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 104 48 104 0 0.54 0 0.59 300 0.37 0.3
Hex 68 30 68 0 36 0 3B 12C 25 1E
Octal 150 60 150 0 66 0 73 454 45 36
Binary 1101000 110000 1101000 0 110110 0 111011 100101100 100101 11110

Color Harmonies of #683068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683068

Black with #683068

Text Example


Text Example

White with #683068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683068; }

 p { color: rgb(104,48,104); }

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

background-color css

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

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

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

border-color css

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

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

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