Html Css Color HEX #681477 Seance

📋 copy color: '#681477'

red 104 ◦ green 20 ◦ blue 119

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

Shades of Seance #681477

Tints of Seance #681477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

 BLUE value IS 119 (46.88% from 255) = 48.97%

R = 42.8%
G = 8.23%
B = 48.97%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#681477 (or 0x681477) is known color: Seance. HEX triplet: 68, 14 and 77. RGB value is (104,20,119). Sum of RGB (Red+Green+Blue) = 104+20+119=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #681477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681477 is #97EB88. Grayscale: #383838. Windows color (decimal): -9956233 or 7804008. OLE color: 7804008.

HSL color Cylindrical-coordinate representation of color #681477: hue angle of 290.91º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681477 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 20 119 -
CMYK 0.13 0.83 0 0.53
HSL 290.91º 0.71% 0.27% -
HSV(B) 290.91º 0.83% 0.47% -
XYZ 9.29 4.78 17.88 -
YUV 56.4 163.33 161.95 -
System Red Green Blue C M Y K H S L
Decimal 104 20 119 0.13 0.83 0 0.53 290.91 0.71 0.27
Hex 68 14 77 D 53 0 35 123 47 1B
Octal 150 24 167 15 123 0 65 443 107 33
Binary 1101000 10100 1110111 1101 1010011 0 110101 100100011 1000111 11011

Color Harmonies of #681477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681477

Black with #681477

Text Example


Text Example

White with #681477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681477; }

 p { color: rgb(104,20,119); }

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

background-color css

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

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

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

border-color css

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

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

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