#665A9B

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

Shades of Scampi #665A9B

Tints of Scampi #665A9B

Color information

#665A9B (or 0x665A9B) is unknown color: approx Scampi. HEX triplet: 66, 5A and 9B. RGB value is (102,90,155). Sum of RGB (Red+Green+Blue) = 102+90+155=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #665A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665A9B is #99A564. Grayscale: #646464. Windows color (decimal): -10069349 or 10181222. OLE color: 10181222.

HSL color Cylindrical-coordinate representation of color #665A9B: hue angle of 251.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #665A9B is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10290155-
CMYK0.340.4200.39
HSL251.08º26.53%48.04%-
HSV(B)251.08º41.94%60.78%-
XYZ15.0512.532.63-
YUV101158.48128.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=29.39%
G=25.94%
B=44.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102901550.340.4200.39251.0826.5348.04
Hex665A9B222A027fb1b30
Octal14613223342520473733360
Binary110011010110101001101110001010101001001111111101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665A9B; }

 p { color: rgb(102,90,155); }

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

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

 a { background-color: rgb(102,90,155); }

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

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

 span { border-color: rgb(102,90,155); }

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