#665a9d

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

Shades of Scampi #665A9D

Tints of Scampi #665A9D

Color information

#665A9D (or 0x665A9D) is unknown color: approx Scampi. HEX triplet: 66, 5A and 9D. RGB value is (102,90,157). Sum of RGB (Red+Green+Blue) = 102+90+157=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #665A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665A9D is #99A562. Grayscale: #646464. Windows color (decimal): -10069347 or 10312294. OLE color: 10312294.

HSL color Cylindrical-coordinate representation of color #665A9D: hue angle of 250.75º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #665A9D is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10290157-
CMYK0.350.4300.38
HSL250.75º27.13%48.43%-
HSV(B)250.75º42.68%61.57%-
XYZ15.2212.5733.52-
YUV101.23159.48128.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 90 (35.55% from 255) = 25.79%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=29.23%
G=25.79%
B=44.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102901570.350.4300.38250.7527.1348.43
Hex665A9D232B026fb1b30
Octal14613223543530463733360
Binary110011010110101001110110001110101101001101111101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665a9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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