#666798

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

Shades of Scampi #666798

Tints of Scampi #666798

Color information

#666798 (or 0x666798) is unknown color: approx Scampi. HEX triplet: 66, 67 and 98. RGB value is (102,103,152). Sum of RGB (Red+Green+Blue) = 102+103+152=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #666798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666798 is #999867. Grayscale: #6C6C6C. Windows color (decimal): -10066024 or 9987942. OLE color: 9987942.

HSL color Cylindrical-coordinate representation of color #666798: hue angle of 238.8º 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 #666798 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102103152-
CMYK0.330.3200.40
HSL238.8º19.69%49.8%-
HSV(B)238.8º32.89%59.61%-
XYZ1614.7931.72-
YUV108.29152.67123.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 152 (59.77% from 255) = 42.58%
R=28.57%
G=28.85%
B=42.58%

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
Decimal1021031520.330.3200.40238.819.6949.8
Hex6667982120028ef1432
Octal14614723041400503572462
Binary110011011001111001100010000110000001010001110111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666798; }

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

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

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

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

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

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

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

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