#68579C

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

Shades of Scampi #68579C

Tints of Scampi #68579C

Color information

#68579C (or 0x68579C) is unknown color: approx Scampi. HEX triplet: 68, 57 and 9C. RGB value is (104,87,156). Sum of RGB (Red+Green+Blue) = 104+87+156=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #68579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68579C is #97A863. Grayscale: #636363. Windows color (decimal): -9939044 or 10245992. OLE color: 10245992.

HSL color Cylindrical-coordinate representation of color #68579C: hue angle of 254.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68579C is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10487156-
CMYK0.330.4400.39
HSL254.78º28.4%47.65%-
HSV(B)254.78º44.23%61.18%-
XYZ15.1212.1633-
YUV99.95159.63130.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=29.97%
G=25.07%
B=44.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104871560.330.4400.39254.7828.447.65
Hex68579C212C027ff1c30
Octal15012723441540473773460
Binary110100010101111001110010000110110001001111111111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68579C; }

 p { color: rgb(104,87,156); }

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

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

 a { background-color: rgb(104,87,156); }

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

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

 span { border-color: rgb(104,87,156); }

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