#65689A

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

Shades of Scampi #65689A

Tints of Scampi #65689A

Color information

#65689A (or 0x65689A) is unknown color: approx Scampi. HEX triplet: 65, 68 and 9A. RGB value is (101,104,154). Sum of RGB (Red+Green+Blue) = 101+104+154=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #65689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65689A is #9A9765. Grayscale: #6C6C6C. Windows color (decimal): -10131302 or 10119269. OLE color: 10119269.

HSL color Cylindrical-coordinate representation of color #65689A: hue angle of 236.6º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65689A is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB101104154-
CMYK0.340.3200.40
HSL236.6º20.78%50%-
HSV(B)236.6º34.42%60.39%-
XYZ16.151532.62-
YUV108.8153.51122.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 154 (60.55% from 255) = 42.90%
R=28.13%
G=28.97%
B=42.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011041540.340.3200.40236.620.7850
Hex65689A2220028ed1532
Octal14515023242400503552562
Binary110010111010001001101010001010000001010001110110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65689A; }

 p { color: rgb(101,104,154); }

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

<style>
 a { background-color: #65689A; }

 a { background-color: rgb(101,104,154); }

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

<style>
 span { border-color: #65689A; }

 span { border-color: rgb(101,104,154); }

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