#68569D

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

Shades of Scampi #68569D

Tints of Scampi #68569D

Color information

#68569D (or 0x68569D) is unknown color: approx Scampi. HEX triplet: 68, 56 and 9D. RGB value is (104,86,157). Sum of RGB (Red+Green+Blue) = 104+86+157=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #68569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68569D is #97A962. Grayscale: #636363. Windows color (decimal): -9939299 or 10311272. OLE color: 10311272.

HSL color Cylindrical-coordinate representation of color #68569D: hue angle of 255.21º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68569D is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10486157-
CMYK0.340.4500.38
HSL255.21º29.22%47.65%-
HSV(B)255.21º45.22%61.57%-
XYZ15.1212.0333.42-
YUV99.48160.46131.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=29.97%
G=24.78%
B=45.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104861570.340.4500.38255.2129.2247.65
Hex68569D222D026ff1d30
Octal15012623542550463773560
Binary110100010101101001110110001010110101001101111111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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