#665B9D

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

Shades of Scampi #665B9D

Tints of Scampi #665B9D

Color information

#665B9D (or 0x665B9D) is unknown color: approx Scampi. HEX triplet: 66, 5B and 9D. RGB value is (102,91,157). Sum of RGB (Red+Green+Blue) = 102+91+157=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #665B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665B9D is #99A462. Grayscale: #656565. Windows color (decimal): -10069091 or 10312550. OLE color: 10312550.

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

Color convert

RGB10291157-
CMYK0.350.4200.38
HSL250º26.61%48.63%-
HSV(B)250º42.04%61.57%-
XYZ15.3112.7433.55-
YUV101.81159.14128.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 157 (61.72% from 255) = 44.86%
R=29.14%
G=26%
B=44.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102911570.350.4200.3825026.6148.63
Hex665B9D232A026fa1b31
Octal14613323543520463723361
Binary110011010110111001110110001110101001001101111101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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