#695DA6

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

Shades of Scampi #695DA6

Tints of Scampi #695DA6

Color information

#695DA6 (or 0x695DA6) is unknown color: approx Scampi. HEX triplet: 69, 5D and A6. RGB value is (105,93,166). Sum of RGB (Red+Green+Blue) = 105+93+166=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 166 - color contains mainly: blue. Hex color #695DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695DA6 is #96A259. Grayscale: #686868. Windows color (decimal): -9871962 or 10902889. OLE color: 10902889.

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

Color convert

RGB10593166-
CMYK0.370.4400.35
HSL249.86º29.08%50.78%-
HSV(B)249.86º43.98%65.1%-
XYZ16.6213.5937.82-
YUV104.91162.48128.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 93 (36.72% from 255) = 25.55%
BLUE value IS 166 (65.23% from 255) = 45.60%
R=28.85%
G=25.55%
B=45.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105931660.370.4400.35249.8629.0850.78
Hex695DA6252C023fa1d33
Octal15113524645540433723563
Binary110100110111011010011010010110110001000111111101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,93,166); }

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

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

 a { background-color: rgb(105,93,166); }

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

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

 span { border-color: rgb(105,93,166); }

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