#6C0688

Color #6C0688 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #6C0688

Tints of Purple #6C0688

Color information

#6C0688 (or 0x6C0688) is unknown color: approx Purple. HEX triplet: 6C, 06 and 88. RGB value is (108,6,136). Sum of RGB (Red+Green+Blue) = 108+6+136=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C0688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0688 is #93F977. Grayscale: #323232. Windows color (decimal): -9697656 or 8914540. OLE color: 8914540.

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

Color convert

RGB1086136-
CMYK0.210.9600.47
HSL287.08º91.55%27.84%-
HSV(B)287.08º95.59%53.33%-
XYZ10.695.123.71-
YUV51.32175.79168.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.2%
GREEN value IS 6 (2.73% from 255) = 2.4%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=43.2%
G=2.4%
B=54.4%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10861360.210.9600.47287.0891.5527.84
Hex6C688156002F11f5c1c
Octal15462102514005743713434
Binary1101100110100010001010111000000101111100011111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C0688;
 }
 .AnyTagClassName
 {
   color: #6C0688;
 }
</style>
background-color css

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

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

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

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

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

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