Html Css Color HEX #6A0666 Purple

📋 copy color: '#6A0666'

red 106 ◦ green 6 ◦ blue 102

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

Shades of Purple #6A0666

Tints of Purple #6A0666

RGB

 RED value IS 106 (41.8% from 255) = 49.53%

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

 BLUE value IS 102 (40.23% from 255) = 47.66%

R = 49.53%
G = 2.8%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6A0666 (or 0x6A0666) is known color: Purple. HEX triplet: 6A, 06 and 66. RGB value is (106,6,102). Sum of RGB (Red+Green+Blue) = 106+6+102=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0666 is #95F999. Grayscale: #2E2E2E. Windows color (decimal): -9828762 or 6686314. OLE color: 6686314.

HSL color Cylindrical-coordinate representation of color #6A0666: hue angle of 302.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0666 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 6 102 -
CMYK 0 0.94 0.04 0.58
HSL 302.4º 0.89% 0.22% -
HSV(B) 302.4º 0.94% 0.42% -
XYZ 8.41 4.15 12.93 -
YUV 46.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 106 6 102 0 0.94 0.04 0.58 302.4 0.89 0.22
Hex 6A 6 66 0 5E 4 3A 12E 59 16
Octal 152 6 146 0 136 4 72 456 131 26
Binary 1101010 110 1100110 0 1011110 100 111010 100101110 1011001 10110

Color Harmonies of #6A0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0666

Black with #6A0666

Text Example


Text Example

White with #6A0666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,6,102); }

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

background-color css

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

 a { background-color: rgb(106,6,102); }

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

border-color css

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

 span { border-color: rgb(106,6,102); }

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