#690668

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

Shades of Purple #690668

Tints of Purple #690668

Color information

#690668 (or 0x690668) is unknown color: approx Purple. HEX triplet: 69, 06 and 68. RGB value is (105,6,104). Sum of RGB (Red+Green+Blue) = 105+6+104=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #690668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690668 is #96F997. Grayscale: #2E2E2E. Windows color (decimal): -9894296 or 6817385. OLE color: 6817385.

HSL color Cylindrical-coordinate representation of color #690668: hue angle of 300.61º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690668 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB1056104-
CMYK00.940.010.59
HSL300.61º89.19%21.76%-
HSV(B)300.61º94.29%41.18%-
XYZ8.394.1313.45-
YUV46.77160.3169.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=48.84%
G=2.79%
B=48.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105610400.940.010.59300.6189.1921.76
Hex6966805E13B12d5916
Octal1516150013617345513126
Binary11010011101101000010111101111011100101101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690668; }

 p { color: rgb(105,6,104); }

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

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

 a { background-color: rgb(105,6,104); }

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

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

 span { border-color: rgb(105,6,104); }

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