Html Css Color HEX #6D096C Purple

📋 copy color: '#6D096C'

red 109 ◦ green 9 ◦ blue 108

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

Shades of Purple #6D096C

Tints of Purple #6D096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

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

R = 48.23%
G = 3.98%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D096C (or 0x6D096C) is known color: Purple. HEX triplet: 6D, 09 and 6C. RGB value is (109,9,108). Sum of RGB (Red+Green+Blue) = 109+9+108=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D096C is #92F693. Grayscale: #313131. Windows color (decimal): -9631380 or 7080301. OLE color: 7080301.

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

Color convert

RGB 109 9 108 -
CMYK 0 0.92 0.01 0.57
HSL 300.6º 0.85% 0.23% -
HSV(B) 300.6º 0.92% 0.43% -
XYZ 9.11 4.53 14.58 -
YUV 50.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 109 9 108 0 0.92 0.01 0.57 300.6 0.85 0.23
Hex 6D 9 6C 0 5C 1 39 12D 55 17
Octal 155 11 154 0 134 1 71 455 125 27
Binary 1101101 1001 1101100 0 1011100 1 111001 100101101 1010101 10111

Color Harmonies of #6D096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D096C

Black with #6D096C

Text Example


Text Example

White with #6D096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,9,108); }

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

background-color css

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

 a { background-color: rgb(109,9,108); }

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

border-color css

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

 span { border-color: rgb(109,9,108); }

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