Html Css Color HEX #6E2075 Seance

📋 copy color: '#6E2075'

red 110 ◦ green 32 ◦ blue 117

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

Shades of Seance #6E2075

Tints of Seance #6E2075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.17%

R = 42.47%
G = 12.36%
B = 45.17%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E2075 (or 0x6E2075) is known color: Seance. HEX triplet: 6E, 20 and 75. RGB value is (110,32,117). Sum of RGB (Red+Green+Blue) = 110+32+117=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E2075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2075 is #91DF8A. Grayscale: #404040. Windows color (decimal): -9559947 or 7676014. OLE color: 7676014.

HSL color Cylindrical-coordinate representation of color #6E2075: hue angle of 295.06º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E2075 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 32 117 -
CMYK 0.06 0.73 0 0.54
HSL 295.06º 0.57% 0.29% -
HSV(B) 295.06º 0.73% 0.46% -
XYZ 10.16 5.63 17.38 -
YUV 65.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 110 32 117 0.06 0.73 0 0.54 295.06 0.57 0.29
Hex 6E 20 75 6 49 0 36 127 39 1D
Octal 156 40 165 6 111 0 66 447 71 35
Binary 1101110 100000 1110101 110 1001001 0 110110 100100111 111001 11101

Color Harmonies of #6E2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2075

Black with #6E2075

Text Example


Text Example

White with #6E2075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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