Html Css Color HEX #68356D Seance

📋 copy color: '#68356D'

red 104 ◦ green 53 ◦ blue 109

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

Shades of Seance #68356D

Tints of Seance #68356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

 BLUE value IS 109 (42.97% from 255) = 40.98%

R = 39.1%
G = 19.92%
B = 40.98%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68356D (or 0x68356D) is known color: Seance. HEX triplet: 68, 35 and 6D. RGB value is (104,53,109). Sum of RGB (Red+Green+Blue) = 104+53+109=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #68356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68356D is #97CA92. Grayscale: #4A4A4A. Windows color (decimal): -9947795 or 7157096. OLE color: 7157096.

HSL color Cylindrical-coordinate representation of color #68356D: hue angle of 294.64º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68356D is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 53 109 -
CMYK 0.05 0.51 0 0.57
HSL 294.64º 0.35% 0.32% -
HSV(B) 294.64º 0.51% 0.43% -
XYZ 9.74 6.59 15.23 -
YUV 74.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 104 53 109 0.05 0.51 0 0.57 294.64 0.35 0.32
Hex 68 35 6D 5 33 0 39 127 23 20
Octal 150 65 155 5 63 0 71 447 43 40
Binary 1101000 110101 1101101 101 110011 0 111001 100100111 100011 100000

Color Harmonies of #68356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68356D

Black with #68356D

Text Example


Text Example

White with #68356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68356D; }

 p { color: rgb(104,53,109); }

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

background-color css

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

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

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

border-color css

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

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

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