#666898

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

Shades of Scampi #666898

Tints of Scampi #666898

Color information

#666898 (or 0x666898) is unknown color: approx Scampi. HEX triplet: 66, 68 and 98. RGB value is (102,104,152). Sum of RGB (Red+Green+Blue) = 102+104+152=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #666898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666898 is #999767. Grayscale: #6C6C6C. Windows color (decimal): -10065768 or 9988198. OLE color: 9988198.

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

Color convert

RGB102104152-
CMYK0.330.3200.40
HSL237.6º19.69%49.8%-
HSV(B)237.6º32.89%59.61%-
XYZ16.114.9931.75-
YUV108.87152.34123.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=28.49%
G=29.05%
B=42.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021041520.330.3200.40237.619.6949.8
Hex6668982120028ee1432
Octal14615023041400503562462
Binary110011011010001001100010000110000001010001110111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666898; }

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

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

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

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

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

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

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

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