#66619C

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

Shades of Scampi #66619C

Tints of Scampi #66619C

Color information

#66619C (or 0x66619C) is unknown color: approx Scampi. HEX triplet: 66, 61 and 9C. RGB value is (102,97,156). Sum of RGB (Red+Green+Blue) = 102+97+156=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #66619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66619C is #999E63. Grayscale: #686868. Windows color (decimal): -10067556 or 10248550. OLE color: 10248550.

HSL color Cylindrical-coordinate representation of color #66619C: hue angle of 245.08º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66619C is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10297156-
CMYK0.350.3800.39
HSL245.08º23.32%49.61%-
HSV(B)245.08º37.82%61.18%-
XYZ15.7513.7733.28-
YUV105.22156.66125.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 156 (61.33% from 255) = 43.94%
R=28.73%
G=27.32%
B=43.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102971560.350.3800.39245.0823.3249.61
Hex66619C2326027f51732
Octal14614123443460473652762
Binary110011011000011001110010001110011001001111111010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,97,156); }

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

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

 a { background-color: rgb(102,97,156); }

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

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

 span { border-color: rgb(102,97,156); }

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