Html Css Color HEX #6E187A Seance

📋 copy color: '#6E187A'

red 110 ◦ green 24 ◦ blue 122

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

Shades of Seance #6E187A

Tints of Seance #6E187A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.66%

R = 42.97%
G = 9.38%
B = 47.66%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6E187A (or 0x6E187A) is known color: Seance. HEX triplet: 6E, 18 and 7A. RGB value is (110,24,122). Sum of RGB (Red+Green+Blue) = 110+24+122=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E187A is #91E785. Grayscale: #3C3C3C. Windows color (decimal): -9561990 or 8001646. OLE color: 8001646.

HSL color Cylindrical-coordinate representation of color #6E187A: hue angle of 292.65º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E187A is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 24 122 -
CMYK 0.10 0.80 0 0.52
HSL 292.65º 0.67% 0.29% -
HSV(B) 292.65º 0.8% 0.48% -
XYZ 10.27 5.37 18.91 -
YUV 60.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 110 24 122 0.10 0.80 0 0.52 292.65 0.67 0.29
Hex 6E 18 7A A 50 0 34 125 43 1D
Octal 156 30 172 12 120 0 64 445 103 35
Binary 1101110 11000 1111010 1010 1010000 0 110100 100100101 1000011 11101

Color Harmonies of #6E187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E187A

Black with #6E187A

Text Example


Text Example

White with #6E187A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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