Html Css Color HEX #6D069B Purple

📋 copy color: '#6D069B'

red 109 ◦ green 6 ◦ blue 155

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

Shades of Purple #6D069B

Tints of Purple #6D069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 40.37%
G = 2.22%
B = 57.41%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D069B (or 0x6D069B) is known color: Purple. HEX triplet: 6D, 06 and 9B. RGB value is (109,6,155). Sum of RGB (Red+Green+Blue) = 109+6+155=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D069B is #92F964. Grayscale: #353535. Windows color (decimal): -9632101 or 10159725. OLE color: 10159725.

HSL color Cylindrical-coordinate representation of color #6D069B: hue angle of 281.48º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D069B is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 6 155 -
CMYK 0.30 0.96 0 0.39
HSL 281.48º 0.93% 0.32% -
HSV(B) 281.48º 0.96% 0.61% -
XYZ 12.29 5.75 31.47 -
YUV 53.78 185.12 167.38 -
System Red Green Blue C M Y K H S L
Decimal 109 6 155 0.30 0.96 0 0.39 281.48 0.93 0.32
Hex 6D 6 9B 1E 60 0 27 119 5D 20
Octal 155 6 233 36 140 0 47 431 135 40
Binary 1101101 110 10011011 11110 1100000 0 100111 100011001 1011101 100000

Color Harmonies of #6D069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D069B

Black with #6D069B

Text Example


Text Example

White with #6D069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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