Html Css Color HEX #68297D Seance

📋 copy color: '#68297D'

red 104 ◦ green 41 ◦ blue 125

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

Shades of Seance #68297D

Tints of Seance #68297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 38.52%
G = 15.19%
B = 46.3%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68297D (or 0x68297D) is known color: Seance. HEX triplet: 68, 29 and 7D. RGB value is (104,41,125). Sum of RGB (Red+Green+Blue) = 104+41+125=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #68297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68297D is #97D682. Grayscale: #454545. Windows color (decimal): -9950851 or 8202600. OLE color: 8202600.

HSL color Cylindrical-coordinate representation of color #68297D: hue angle of 285º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68297D is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 41 125 -
CMYK 0.17 0.67 0 0.51
HSL 285º 0.51% 0.33% -
HSV(B) 285º 0.67% 0.49% -
XYZ 10.2 6.01 20.02 -
YUV 69.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 104 41 125 0.17 0.67 0 0.51 285 0.51 0.33
Hex 68 29 7D 11 43 0 33 11D 33 21
Octal 150 51 175 21 103 0 63 435 63 41
Binary 1101000 101001 1111101 10001 1000011 0 110011 100011101 110011 100001

Color Harmonies of #68297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68297D

Black with #68297D

Text Example


Text Example

White with #68297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,41,125); }

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

background-color css

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

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

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

border-color css

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

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

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