Html Css Color HEX #6D3075 Seance

📋 copy color: '#6D3075'

red 109 ◦ green 48 ◦ blue 117

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

Shades of Seance #6D3075

Tints of Seance #6D3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

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

R = 39.78%
G = 17.52%
B = 42.7%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D3075 (or 0x6D3075) is known color: Seance. HEX triplet: 6D, 30 and 75. RGB value is (109,48,117). Sum of RGB (Red+Green+Blue) = 109+48+117=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D3075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3075 is #92CF8A. Grayscale: #494949. Windows color (decimal): -9621387 or 7680109. OLE color: 7680109.

HSL color Cylindrical-coordinate representation of color #6D3075: hue angle of 293.04º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D3075 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 48 117 -
CMYK 0.07 0.59 0 0.54
HSL 293.04º 0.42% 0.32% -
HSV(B) 293.04º 0.59% 0.46% -
XYZ 10.57 6.65 17.56 -
YUV 74.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 109 48 117 0.07 0.59 0 0.54 293.04 0.42 0.32
Hex 6D 30 75 7 3B 0 36 125 2A 20
Octal 155 60 165 7 73 0 66 445 52 40
Binary 1101101 110000 1110101 111 111011 0 110110 100100101 101010 100000

Color Harmonies of #6D3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3075

Black with #6D3075

Text Example


Text Example

White with #6D3075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,48,117); }

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

background-color css

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

 a { background-color: rgb(109,48,117); }

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

border-color css

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

 span { border-color: rgb(109,48,117); }

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