#665C9D

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

Shades of Scampi #665C9D

Tints of Scampi #665C9D

Color information

#665C9D (or 0x665C9D) is unknown color: approx Scampi. HEX triplet: 66, 5C and 9D. RGB value is (102,92,157). Sum of RGB (Red+Green+Blue) = 102+92+157=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #665C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665C9D is #99A362. Grayscale: #666666. Windows color (decimal): -10068835 or 10312806. OLE color: 10312806.

HSL color Cylindrical-coordinate representation of color #665C9D: hue angle of 249.23º 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 #665C9D is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10292157-
CMYK0.350.4100.38
HSL249.23º26.1%48.82%-
HSV(B)249.23º41.4%61.57%-
XYZ15.3912.9133.58-
YUV102.4158.81127.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 157 (61.72% from 255) = 44.73%
R=29.06%
G=26.21%
B=44.73%

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
Decimal102921570.350.4100.38249.2326.148.82
Hex665C9D2329026f91a31
Octal14613423543510463713261
Binary110011010111001001110110001110100101001101111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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