Html Css Color HEX #6C0266 Purple

📋 copy color: '#6C0266'

red 108 ◦ green 2 ◦ blue 102

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

Shades of Purple #6C0266

Tints of Purple #6C0266

RGB

 RED value IS 108 (42.58% from 255) = 50.94%

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 50.94%
G = 0.94%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6C0266 (or 0x6C0266) is known color: Purple. HEX triplet: 6C, 02 and 66. RGB value is (108,2,102). Sum of RGB (Red+Green+Blue) = 108+2+102=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0266 is #93FD99. Grayscale: #2C2C2C. Windows color (decimal): -9698714 or 6685292. OLE color: 6685292.

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

Color convert

RGB 108 2 102 -
CMYK 0 0.98 0.06 0.58
HSL 303.4º 0.96% 0.22% -
HSV(B) 303.4º 0.98% 0.42% -
XYZ 8.6 4.19 12.93 -
YUV 45.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 108 2 102 0 0.98 0.06 0.58 303.4 0.96 0.22
Hex 6C 2 66 0 62 6 3A 12F 60 16
Octal 154 2 146 0 142 6 72 457 140 26
Binary 1101100 10 1100110 0 1100010 110 111010 100101111 1100000 10110

Color Harmonies of #6C0266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0266

Black with #6C0266

Text Example


Text Example

White with #6C0266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,102); }

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

background-color css

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

 a { background-color: rgb(108,2,102); }

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

border-color css

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

 span { border-color: rgb(108,2,102); }

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