#65679B

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

Shades of Scampi #65679B

Tints of Scampi #65679B

Color information

#65679B (or 0x65679B) is unknown color: approx Scampi. HEX triplet: 65, 67 and 9B. RGB value is (101,103,155). Sum of RGB (Red+Green+Blue) = 101+103+155=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #65679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65679B is #9A9864. Grayscale: #6C6C6C. Windows color (decimal): -10131557 or 10184549. OLE color: 10184549.

HSL color Cylindrical-coordinate representation of color #65679B: hue angle of 237.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65679B is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101103155-
CMYK0.350.3400.39
HSL237.78º21.26%50.2%-
HSV(B)237.78º34.84%60.78%-
XYZ16.1314.8333.02-
YUV108.33154.34122.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=28.13%
G=28.69%
B=43.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011031550.350.3400.39237.7821.2650.2
Hex65679B2322027ee1532
Octal14514723343420473562562
Binary110010111001111001101110001110001001001111110111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65679B; }

 p { color: rgb(101,103,155); }

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

<style>
 a { background-color: #65679B; }

 a { background-color: rgb(101,103,155); }

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

<style>
 span { border-color: #65679B; }

 span { border-color: rgb(101,103,155); }

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