Html Css Color HEX #6E1974 Seance

📋 copy color: '#6E1974'

red 110 ◦ green 25 ◦ blue 116

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

Shades of Seance #6E1974

Tints of Seance #6E1974

RGB

 RED value IS 110 (43.36% from 255) = 43.82%

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

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 43.82%
G = 9.96%
B = 46.22%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E1974 (or 0x6E1974) is known color: Seance. HEX triplet: 6E, 19 and 74. RGB value is (110,25,116). Sum of RGB (Red+Green+Blue) = 110+25+116=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E1974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1974 is #91E68B. Grayscale: #3C3C3C. Windows color (decimal): -9561740 or 7608686. OLE color: 7608686.

HSL color Cylindrical-coordinate representation of color #6E1974: hue angle of 296.04º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E1974 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 25 116 -
CMYK 0.05 0.78 0 0.55
HSL 296.04º 0.65% 0.28% -
HSV(B) 296.04º 0.78% 0.45% -
XYZ 9.93 5.27 17.02 -
YUV 60.79 159.16 163.1 -
System Red Green Blue C M Y K H S L
Decimal 110 25 116 0.05 0.78 0 0.55 296.04 0.65 0.28
Hex 6E 19 74 5 4E 0 37 128 41 1C
Octal 156 31 164 5 116 0 67 450 101 34
Binary 1101110 11001 1110100 101 1001110 0 110111 100101000 1000001 11100

Color Harmonies of #6E1974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1974

Black with #6E1974

Text Example


Text Example

White with #6E1974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E1974; }

 p { color: rgb(110,25,116); }

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

background-color css

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

 a { background-color: rgb(110,25,116); }

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

border-color css

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

 span { border-color: rgb(110,25,116); }

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