Html Css Color HEX #6E296C Seance

📋 copy color: '#6E296C'

red 110 ◦ green 41 ◦ blue 108

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

Shades of Seance #6E296C

Tints of Seance #6E296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 42.47%
G = 15.83%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E296C (or 0x6E296C) is known color: Seance. HEX triplet: 6E, 29 and 6C. RGB value is (110,41,108). Sum of RGB (Red+Green+Blue) = 110+41+108=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E296C is #91D693. Grayscale: #454545. Windows color (decimal): -9557652 or 7088494. OLE color: 7088494.

HSL color Cylindrical-coordinate representation of color #6E296C: hue angle of 301.74º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E296C is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 41 108 -
CMYK 0 0.63 0.02 0.57
HSL 301.74º 0.46% 0.3% -
HSV(B) 301.74º 0.63% 0.43% -
XYZ 9.93 5.98 14.82 -
YUV 69.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 110 41 108 0 0.63 0.02 0.57 301.74 0.46 0.3
Hex 6E 29 6C 0 3F 2 39 12E 2E 1E
Octal 156 51 154 0 77 2 71 456 56 36
Binary 1101110 101001 1101100 0 111111 10 111001 100101110 101110 11110

Color Harmonies of #6E296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E296C

Black with #6E296C

Text Example


Text Example

White with #6E296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,41,108); }

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

background-color css

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

 a { background-color: rgb(110,41,108); }

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

border-color css

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

 span { border-color: rgb(110,41,108); }

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