Html Css Color HEX #6E2081 Seance

📋 copy color: '#6E2081'

red 110 ◦ green 32 ◦ blue 129

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

Shades of Seance #6E2081

Tints of Seance #6E2081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.81%

 BLUE value IS 129 (50.78% from 255) = 47.6%

R = 40.59%
G = 11.81%
B = 47.6%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E2081 (or 0x6E2081) is known color: Seance. HEX triplet: 6E, 20 and 81. RGB value is (110,32,129). Sum of RGB (Red+Green+Blue) = 110+32+129=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #6E2081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2081 is #91DF7E. Grayscale: #424242. Windows color (decimal): -9559935 or 8462446. OLE color: 8462446.

HSL color Cylindrical-coordinate representation of color #6E2081: hue angle of 288.25º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E2081 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 32 129 -
CMYK 0.15 0.75 0 0.49
HSL 288.25º 0.6% 0.32% -
HSV(B) 288.25º 0.75% 0.51% -
XYZ 10.91 5.93 21.34 -
YUV 66.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 110 32 129 0.15 0.75 0 0.49 288.25 0.6 0.32
Hex 6E 20 81 F 4B 0 31 120 3C 20
Octal 156 40 201 17 113 0 61 440 74 40
Binary 1101110 100000 10000001 1111 1001011 0 110001 100100000 111100 100000

Color Harmonies of #6E2081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2081

Black with #6E2081

Text Example


Text Example

White with #6E2081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,129); }

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

background-color css

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

 a { background-color: rgb(110,32,129); }

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

border-color css

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

 span { border-color: rgb(110,32,129); }

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