Html Css Color HEX #6E187D Seance

📋 copy color: '#6E187D'

red 110 ◦ green 24 ◦ blue 125

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

Shades of Seance #6E187D

Tints of Seance #6E187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.27%

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

R = 42.47%
G = 9.27%
B = 48.26%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E187D (or 0x6E187D) is known color: Seance. HEX triplet: 6E, 18 and 7D. RGB value is (110,24,125). Sum of RGB (Red+Green+Blue) = 110+24+125=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E187D is #91E782. Grayscale: #3C3C3C. Windows color (decimal): -9561987 or 8198254. OLE color: 8198254.

HSL color Cylindrical-coordinate representation of color #6E187D: hue angle of 291.09º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E187D is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 24 125 -
CMYK 0.12 0.81 0 0.51
HSL 291.09º 0.68% 0.29% -
HSV(B) 291.09º 0.81% 0.49% -
XYZ 10.46 5.45 19.9 -
YUV 61.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 110 24 125 0.12 0.81 0 0.51 291.09 0.68 0.29
Hex 6E 18 7D C 51 0 33 123 44 1D
Octal 156 30 175 14 121 0 63 443 104 35
Binary 1101110 11000 1111101 1100 1010001 0 110011 100100011 1000100 11101

Color Harmonies of #6E187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E187D

Black with #6E187D

Text Example


Text Example

White with #6E187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,24,125); }

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

background-color css

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

 a { background-color: rgb(110,24,125); }

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

border-color css

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

 span { border-color: rgb(110,24,125); }

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