#65669D

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

Shades of Scampi #65669D

Tints of Scampi #65669D

Color information

#65669D (or 0x65669D) is unknown color: approx Scampi. HEX triplet: 65, 66 and 9D. RGB value is (101,102,157). Sum of RGB (Red+Green+Blue) = 101+102+157=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #65669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65669D is #9A9962. Grayscale: #6B6B6B. Windows color (decimal): -10131811 or 10315365. OLE color: 10315365.

HSL color Cylindrical-coordinate representation of color #65669D: hue angle of 238.93º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65669D is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101102157-
CMYK0.360.3500.38
HSL238.93º22.22%50.59%-
HSV(B)238.93º35.67%61.57%-
XYZ16.214.733.88-
YUV107.97155.67123.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=28.06%
G=28.33%
B=43.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011021570.360.3500.38238.9322.2250.59
Hex65669D2423026ef1633
Octal14514623544430463572663
Binary110010111001101001110110010010001101001101110111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65669D; }

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

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

<style>
 a { background-color: #65669D; }

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

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

<style>
 span { border-color: #65669D; }

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

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