#65699A

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

Shades of Scampi #65699A

Tints of Scampi #65699A

Color information

#65699A (or 0x65699A) is unknown color: approx Scampi. HEX triplet: 65, 69 and 9A. RGB value is (101,105,154). Sum of RGB (Red+Green+Blue) = 101+105+154=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #65699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65699A is #9A9665. Grayscale: #6D6D6D. Windows color (decimal): -10131046 or 10119525. OLE color: 10119525.

HSL color Cylindrical-coordinate representation of color #65699A: hue angle of 235.47º 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 #65699A is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB101105154-
CMYK0.340.3200.40
HSL235.47º20.78%50%-
HSV(B)235.47º34.42%60.39%-
XYZ16.2515.232.65-
YUV109.39153.17122.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 154 (60.55% from 255) = 42.78%
R=28.06%
G=29.17%
B=42.78%

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
Decimal1011051540.340.3200.40235.4720.7850
Hex65699A2220028eb1532
Octal14515123242400503532562
Binary110010111010011001101010001010000001010001110101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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