Html Css Color HEX #68197D Seance

📋 copy color: '#68197D'

red 104 ◦ green 25 ◦ blue 125

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

Shades of Seance #68197D

Tints of Seance #68197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

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

R = 40.94%
G = 9.84%
B = 49.21%

CMYK

 C value IS 0.17

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68197D (or 0x68197D) is known color: Seance. HEX triplet: 68, 19 and 7D. RGB value is (104,25,125). Sum of RGB (Red+Green+Blue) = 104+25+125=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #68197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68197D is #97E682. Grayscale: #3B3B3B. Windows color (decimal): -9954947 or 8198504. OLE color: 8198504.

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

Color convert

RGB 104 25 125 -
CMYK 0.17 0.8 0 0.51
HSL 287.4º 0.67% 0.29% -
HSV(B) 287.4º 0.8% 0.49% -
XYZ 9.76 5.12 19.88 -
YUV 60.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 104 25 125 0.17 0.8 0 0.51 287.4 0.67 0.29
Hex 68 19 7D 11 50 0 33 11F 43 1D
Octal 150 31 175 21 120 0 63 437 103 35
Binary 1101000 11001 1111101 10001 1010000 0 110011 100011111 1000011 11101

Color Harmonies of #68197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68197D

Black with #68197D

Text Example


Text Example

White with #68197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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