Html Css Color HEX #6D068C Purple

📋 copy color: '#6D068C'

red 109 ◦ green 6 ◦ blue 140

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

Shades of Purple #6D068C

Tints of Purple #6D068C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

 BLUE value IS 140 (55.08% from 255) = 54.9%

R = 42.75%
G = 2.35%
B = 54.9%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D068C (or 0x6D068C) is known color: Purple. HEX triplet: 6D, 06 and 8C. RGB value is (109,6,140). Sum of RGB (Red+Green+Blue) = 109+6+140=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D068C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D068C is #92F973. Grayscale: #333333. Windows color (decimal): -9632116 or 9176685. OLE color: 9176685.

HSL color Cylindrical-coordinate representation of color #6D068C: hue angle of 286.12º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D068C is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 6 140 -
CMYK 0.22 0.96 0 0.45
HSL 286.12º 0.92% 0.29% -
HSV(B) 286.12º 0.96% 0.55% -
XYZ 11.11 5.27 25.24 -
YUV 52.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 109 6 140 0.22 0.96 0 0.45 286.12 0.92 0.29
Hex 6D 6 8C 16 60 0 2D 11E 5C 1D
Octal 155 6 214 26 140 0 55 436 134 35
Binary 1101101 110 10001100 10110 1100000 0 101101 100011110 1011100 11101

Color Harmonies of #6D068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D068C

Black with #6D068C

Text Example


Text Example

White with #6D068C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,6,140); }

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

background-color css

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

 a { background-color: rgb(109,6,140); }

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

border-color css

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

 span { border-color: rgb(109,6,140); }

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