Html Css Color HEX #6C0696 Purple

📋 copy color: '#6C0696'

red 108 ◦ green 6 ◦ blue 150

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

Shades of Purple #6C0696

Tints of Purple #6C0696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.82%

R = 40.91%
G = 2.27%
B = 56.82%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C0696 (or 0x6C0696) is known color: Purple. HEX triplet: 6C, 06 and 96. RGB value is (108,6,150). Sum of RGB (Red+Green+Blue) = 108+6+150=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C0696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0696 is #93F969. Grayscale: #343434. Windows color (decimal): -9697642 or 9832044. OLE color: 9832044.

HSL color Cylindrical-coordinate representation of color #6C0696: hue angle of 282.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0696 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 6 150 -
CMYK 0.28 0.96 0 0.41
HSL 282.5º 0.92% 0.31% -
HSV(B) 282.5º 0.96% 0.59% -
XYZ 11.75 5.52 29.3 -
YUV 52.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 108 6 150 0.28 0.96 0 0.41 282.5 0.92 0.31
Hex 6C 6 96 1C 60 0 29 11A 5C 1F
Octal 154 6 226 34 140 0 51 432 134 37
Binary 1101100 110 10010110 11100 1100000 0 101001 100011010 1011100 11111

Color Harmonies of #6C0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0696

Black with #6C0696

Text Example


Text Example

White with #6C0696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,6,150); }

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

background-color css

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

 a { background-color: rgb(108,6,150); }

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

border-color css

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

 span { border-color: rgb(108,6,150); }

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