#665FA5

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

Shades of Scampi #665FA5

Tints of Scampi #665FA5

Color information

#665FA5 (or 0x665FA5) is unknown color: approx Scampi. HEX triplet: 66, 5F and A5. RGB value is (102,95,165). Sum of RGB (Red+Green+Blue) = 102+95+165=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 165 - color contains mainly: blue. Hex color #665FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665FA5 is #99A05A. Grayscale: #686868. Windows color (decimal): -10068059 or 10837862. OLE color: 10837862.

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

Color convert

RGB10295165-
CMYK0.380.4200.35
HSL246º28%50.98%-
HSV(B)246º42.42%64.71%-
XYZ16.3613.7337.38-
YUV105.07161.82125.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 95 (37.5% from 255) = 26.24%
BLUE value IS 165 (64.84% from 255) = 45.58%
R=28.18%
G=26.24%
B=45.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102951650.380.4200.352462850.98
Hex665FA5262A023f61c33
Octal14613724546520433663463
Binary110011010111111010010110011010101001000111111011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,95,165); }

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

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

 a { background-color: rgb(102,95,165); }

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

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

 span { border-color: rgb(102,95,165); }

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