#68569C

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

Shades of Scampi #68569C

Tints of Scampi #68569C

Color information

#68569C (or 0x68569C) is unknown color: approx Scampi. HEX triplet: 68, 56 and 9C. RGB value is (104,86,156). Sum of RGB (Red+Green+Blue) = 104+86+156=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #68569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68569C is #97A963. Grayscale: #636363. Windows color (decimal): -9939300 or 10245736. OLE color: 10245736.

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

Color convert

RGB10486156-
CMYK0.330.4500.39
HSL255.43º28.93%47.45%-
HSV(B)255.43º44.87%61.18%-
XYZ15.041232.98-
YUV99.36159.96131.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=30.06%
G=24.86%
B=45.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104861560.330.4500.39255.4328.9347.45
Hex68569C212D027ff1d2f
Octal15012623441550473773557
Binary110100010101101001110010000110110101001111111111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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