#65689D

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

Shades of Scampi #65689D

Tints of Scampi #65689D

Color information

#65689D (or 0x65689D) is unknown color: approx Scampi. HEX triplet: 65, 68 and 9D. RGB value is (101,104,157). Sum of RGB (Red+Green+Blue) = 101+104+157=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #65689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65689D is #9A9762. Grayscale: #6C6C6C. Windows color (decimal): -10131299 or 10315877. OLE color: 10315877.

HSL color Cylindrical-coordinate representation of color #65689D: hue angle of 236.79º 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 #65689D is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101104157-
CMYK0.360.3400.38
HSL236.79º22.22%50.59%-
HSV(B)236.79º35.67%61.57%-
XYZ16.415.133.95-
YUV109.14155.01122.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=27.90%
G=28.73%
B=43.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011041570.360.3400.38236.7922.2250.59
Hex65689D2422026ed1633
Octal14515023544420463552663
Binary110010111010001001110110010010001001001101110110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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