#665D9B

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

Shades of Scampi #665D9B

Tints of Scampi #665D9B

Color information

#665D9B (or 0x665D9B) is unknown color: approx Scampi. HEX triplet: 66, 5D and 9B. RGB value is (102,93,155). Sum of RGB (Red+Green+Blue) = 102+93+155=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #665D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665D9B is #99A264. Grayscale: #666666. Windows color (decimal): -10068581 or 10181990. OLE color: 10181990.

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

Color convert

RGB10293155-
CMYK0.340.400.39
HSL248.71º25%48.63%-
HSV(B)248.71º40%60.78%-
XYZ15.3113.0232.72-
YUV102.76157.48127.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=29.14%
G=26.57%
B=44.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102931550.340.400.39248.712548.63
Hex665D9B2228027f91931
Octal14613523342500473713161
Binary110011010111011001101110001010100001001111111100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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