Html Css Color HEX #6D326E Seance

📋 copy color: '#6D326E'

red 109 ◦ green 50 ◦ blue 110

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

Shades of Seance #6D326E

Tints of Seance #6D326E

RGB

 RED value IS 109 (42.97% from 255) = 40.52%

 GREEN value IS 50 (19.92% from 255) = 18.59%

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

R = 40.52%
G = 18.59%
B = 40.89%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6D326E (or 0x6D326E) is known color: Seance. HEX triplet: 6D, 32 and 6E. RGB value is (109,50,110). Sum of RGB (Red+Green+Blue) = 109+50+110=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D326E is #92CD91. Grayscale: #4A4A4A. Windows color (decimal): -9620882 or 7221869. OLE color: 7221869.

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

Color convert

RGB 109 50 110 -
CMYK 0.01 0.55 0 0.57
HSL 299º 0.38% 0.31% -
HSV(B) 299º 0.55% 0.43% -
XYZ 10.26 6.66 15.5 -
YUV 74.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 109 50 110 0.01 0.55 0 0.57 299 0.38 0.31
Hex 6D 32 6E 1 37 0 39 12B 26 1F
Octal 155 62 156 1 67 0 71 453 46 37
Binary 1101101 110010 1101110 1 110111 0 111001 100101011 100110 11111

Color Harmonies of #6D326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D326E

Black with #6D326E

Text Example


Text Example

White with #6D326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,50,110); }

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

background-color css

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

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

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

border-color css

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

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

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