Html Css Color HEX #68167C Seance

📋 copy color: '#68167C'

red 104 ◦ green 22 ◦ blue 124

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

Shades of Seance #68167C

Tints of Seance #68167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

 BLUE value IS 124 (48.83% from 255) = 49.6%

R = 41.6%
G = 8.8%
B = 49.6%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68167C (or 0x68167C) is known color: Seance. HEX triplet: 68, 16 and 7C. RGB value is (104,22,124). Sum of RGB (Red+Green+Blue) = 104+22+124=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #68167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68167C is #97E983. Grayscale: #393939. Windows color (decimal): -9955716 or 8132200. OLE color: 8132200.

HSL color Cylindrical-coordinate representation of color #68167C: hue angle of 288.24º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68167C is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 22 124 -
CMYK 0.16 0.82 0 0.51
HSL 288.24º 0.7% 0.29% -
HSV(B) 288.24º 0.82% 0.49% -
XYZ 9.63 4.97 19.52 -
YUV 58.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 104 22 124 0.16 0.82 0 0.51 288.24 0.7 0.29
Hex 68 16 7C 10 52 0 33 120 46 1D
Octal 150 26 174 20 122 0 63 440 106 35
Binary 1101000 10110 1111100 10000 1010010 0 110011 100100000 1000110 11101

Color Harmonies of #68167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68167C

Black with #68167C

Text Example


Text Example

White with #68167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68167C; }

 p { color: rgb(104,22,124); }

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

background-color css

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

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

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

border-color css

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

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

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