Html Css Color HEX #6C0068 Purple

📋 copy color: '#6C0068'

red 108 ◦ green 0 ◦ blue 104

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

Shades of Purple #6C0068

Tints of Purple #6C0068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 49.06%

R = 50.94%
G = 0%
B = 49.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C0068 (or 0x6C0068) is known color: Purple. HEX triplet: 6C, 00 and 68. RGB value is (108,0,104). Sum of RGB (Red+Green+Blue) = 108+0+104=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0068 is #93FF97. Grayscale: #2B2B2B. Windows color (decimal): -9699224 or 6815852. OLE color: 6815852.

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

Color convert

RGB 108 0 104 -
CMYK 0 1 0.04 0.58
HSL 302.22º 1% 0.21% -
HSV(B) 302.22º 1% 0.42% -
XYZ 8.68 4.19 13.45 -
YUV 44.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 108 0 104 0 1 0.04 0.58 302.22 1 0.21
Hex 6C 0 68 0 64 4 3A 12E 64 15
Octal 154 0 150 0 144 4 72 456 144 25
Binary 1101100 0 1101000 0 1100100 100 111010 100101110 1100100 10101

Color Harmonies of #6C0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0068

Black with #6C0068

Text Example


Text Example

White with #6C0068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,0,104); }

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

background-color css

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

 a { background-color: rgb(108,0,104); }

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

border-color css

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

 span { border-color: rgb(108,0,104); }

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