Html Css Color HEX #6D2075 Seance

📋 copy color: '#6D2075'

red 109 ◦ green 32 ◦ blue 117

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

Shades of Seance #6D2075

Tints of Seance #6D2075

RGB

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

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

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

R = 42.25%
G = 12.4%
B = 45.35%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D2075 (or 0x6D2075) is known color: Seance. HEX triplet: 6D, 20 and 75. RGB value is (109,32,117). Sum of RGB (Red+Green+Blue) = 109+32+117=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D2075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2075 is #92DF8A. Grayscale: #404040. Windows color (decimal): -9625483 or 7676013. OLE color: 7676013.

HSL color Cylindrical-coordinate representation of color #6D2075: hue angle of 294.35º 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 #6D2075 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 32 117 -
CMYK 0.07 0.73 0 0.54
HSL 294.35º 0.57% 0.29% -
HSV(B) 294.35º 0.73% 0.46% -
XYZ 10.03 5.57 17.38 -
YUV 64.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 109 32 117 0.07 0.73 0 0.54 294.35 0.57 0.29
Hex 6D 20 75 7 49 0 36 126 39 1D
Octal 155 40 165 7 111 0 66 446 71 35
Binary 1101101 100000 1110101 111 1001001 0 110110 100100110 111001 11101

Color Harmonies of #6D2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2075

Black with #6D2075

Text Example


Text Example

White with #6D2075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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