#66569D

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

Shades of Scampi #66569D

Tints of Scampi #66569D

Color information

#66569D (or 0x66569D) is unknown color: approx Scampi. HEX triplet: 66, 56 and 9D. RGB value is (102,86,157). Sum of RGB (Red+Green+Blue) = 102+86+157=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #66569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66569D is #99A962. Grayscale: #626262. Windows color (decimal): -10070371 or 10311270. OLE color: 10311270.

HSL color Cylindrical-coordinate representation of color #66569D: hue angle of 253.52º 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 #66569D is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10286157-
CMYK0.350.4500.38
HSL253.52º29.22%47.65%-
HSV(B)253.52º45.22%61.57%-
XYZ14.8911.9133.41-
YUV98.88160.8130.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 157 (61.72% from 255) = 45.51%
R=29.57%
G=24.93%
B=45.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102861570.350.4500.38253.5229.2247.65
Hex66569D232D026fe1d30
Octal14612623543550463763560
Binary110011010101101001110110001110110101001101111111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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