Html Css Color HEX #6E386E Seance

📋 copy color: '#6E386E'

red 110 ◦ green 56 ◦ blue 110

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

Shades of Seance #6E386E

Tints of Seance #6E386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.29%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 39.86%
G = 20.29%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6E386E (or 0x6E386E) is known color: Seance. HEX triplet: 6E, 38 and 6E. RGB value is (110,56,110). Sum of RGB (Red+Green+Blue) = 110+56+110=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: red, blue. Hex color #6E386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E386E is #91C791. Grayscale: #4E4E4E. Windows color (decimal): -9553810 or 7223406. OLE color: 7223406.

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

Color convert

RGB 110 56 110 -
CMYK 0 0.49 0 0.57
HSL 300º 0.33% 0.33% -
HSV(B) 300º 0.49% 0.43% -
XYZ 10.66 7.27 15.59 -
YUV 78.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 110 56 110 0 0.49 0 0.57 300 0.33 0.33
Hex 6E 38 6E 0 31 0 39 12C 21 21
Octal 156 70 156 0 61 0 71 454 41 41
Binary 1101110 111000 1101110 0 110001 0 111001 100101100 100001 100001

Color Harmonies of #6E386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E386E

Black with #6E386E

Text Example


Text Example

White with #6E386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,56,110); }

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

background-color css

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

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

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

border-color css

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

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

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