#6E068C

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

Shades of Purple #6E068C

Tints of Purple #6E068C

Color information

#6E068C (or 0x6E068C) is unknown color: approx Purple. HEX triplet: 6E, 06 and 8C. RGB value is (110,6,140). Sum of RGB (Red+Green+Blue) = 110+6+140=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E068C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E068C is #91F973. Grayscale: #333333. Windows color (decimal): -9566580 or 9176686. OLE color: 9176686.

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

Color convert

RGB1106140-
CMYK0.210.9600.45
HSL286.57º91.78%28.63%-
HSV(B)286.57º95.71%54.9%-
XYZ11.235.3425.25-
YUV52.37177.46169.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.97%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 140 (55.08% from 255) = 54.69%
R=42.97%
G=2.34%
B=54.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11061400.210.9600.45286.5791.7828.63
Hex6E68C156002D11f5c1d
Octal15662142514005543713435
Binary1101110110100011001010111000000101101100011111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E068C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,6,140); }

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

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

 a { background-color: rgb(110,6,140); }

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

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

 span { border-color: rgb(110,6,140); }

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