#665D9D

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

Shades of Scampi #665D9D

Tints of Scampi #665D9D

Color information

#665D9D (or 0x665D9D) is unknown color: approx Scampi. HEX triplet: 66, 5D and 9D. RGB value is (102,93,157). Sum of RGB (Red+Green+Blue) = 102+93+157=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #665D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665D9D is #99A262. Grayscale: #666666. Windows color (decimal): -10068579 or 10313062. OLE color: 10313062.

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

Color convert

RGB10293157-
CMYK0.350.4100.38
HSL248.44º25.6%49.02%-
HSV(B)248.44º40.76%61.57%-
XYZ15.4813.0933.61-
YUV102.99158.48127.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=28.98%
G=26.42%
B=44.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102931570.350.4100.38248.4425.649.02
Hex665D9D2329026f81a31
Octal14613523543510463703261
Binary110011010111011001110110001110100101001101111100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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