#666498

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

Shades of Scampi #666498

Tints of Scampi #666498

Color information

#666498 (or 0x666498) is unknown color: approx Scampi. HEX triplet: 66, 64 and 98. RGB value is (102,100,152). Sum of RGB (Red+Green+Blue) = 102+100+152=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #666498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666498 is #999B67. Grayscale: #6A6A6A. Windows color (decimal): -10066792 or 9987174. OLE color: 9987174.

HSL color Cylindrical-coordinate representation of color #666498: hue angle of 242.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #666498 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102100152-
CMYK0.330.3400.40
HSL242.31º20.63%49.41%-
HSV(B)242.31º34.21%59.61%-
XYZ15.714.2131.62-
YUV106.53153.66124.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 152 (59.77% from 255) = 42.94%
R=28.81%
G=28.25%
B=42.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021001520.330.3400.40242.3120.6349.41
Hex6664982122028f21531
Octal14614423041420503622561
Binary110011011001001001100010000110001001010001111001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666498; }

 p { color: rgb(102,100,152); }

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

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

 a { background-color: rgb(102,100,152); }

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

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

 span { border-color: rgb(102,100,152); }

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