#6B086C

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

Shades of Purple #6B086C

Tints of Purple #6B086C

Color information

#6B086C (or 0x6B086C) is unknown color: approx Purple. HEX triplet: 6B, 08 and 6C. RGB value is (107,8,108). Sum of RGB (Red+Green+Blue) = 107+8+108=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B086C is #94F793. Grayscale: #303030. Windows color (decimal): -9762708 or 7080043. OLE color: 7080043.

HSL color Cylindrical-coordinate representation of color #6B086C: hue angle of 299.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B086C is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1078108-
CMYK0.010.9300.58
HSL299.4º86.21%22.75%-
HSV(B)299.4º92.59%42.35%-
XYZ8.864.3814.57-
YUV49161.3169.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=47.98%
G=3.59%
B=48.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10781080.010.9300.58299.486.2122.75
Hex6B86C15D03A12b5617
Octal15310154113507245312627
Binary110101110001101100110111010111010100101011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,8,108); }

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

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

 a { background-color: rgb(107,8,108); }

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

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

 span { border-color: rgb(107,8,108); }

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