#695FA7

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

Shades of Scampi #695FA7

Tints of Scampi #695FA7

Color information

#695FA7 (or 0x695FA7) is unknown color: approx Scampi. HEX triplet: 69, 5F and A7. RGB value is (105,95,167). Sum of RGB (Red+Green+Blue) = 105+95+167=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 167 - color contains mainly: blue. Hex color #695FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695FA7 is #96A058. Grayscale: #696969. Windows color (decimal): -9871449 or 10968937. OLE color: 10968937.

HSL color Cylindrical-coordinate representation of color #695FA7: hue angle of 248.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #695FA7 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10595167-
CMYK0.370.4300.35
HSL248.33º29.03%51.37%-
HSV(B)248.33º43.11%65.49%-
XYZ16.8913.9838.37-
YUV106.2162.31127.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 167 (65.62% from 255) = 45.50%
R=28.61%
G=25.89%
B=45.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105951670.370.4300.35248.3329.0351.37
Hex695FA7252B023f81d33
Octal15113724745530433703563
Binary110100110111111010011110010110101101000111111100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695FA7; }

 p { color: rgb(105,95,167); }

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

<style>
 a { background-color: #695FA7; }

 a { background-color: rgb(105,95,167); }

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

<style>
 span { border-color: #695FA7; }

 span { border-color: rgb(105,95,167); }

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