#695F99

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

Shades of Scampi #695F99

Tints of Scampi #695F99

Color information

#695F99 (or 0x695F99) is unknown color: approx Scampi. HEX triplet: 69, 5F and 99. RGB value is (105,95,153). Sum of RGB (Red+Green+Blue) = 105+95+153=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #695F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695F99 is #96A066. Grayscale: #686868. Windows color (decimal): -9871463 or 10051433. OLE color: 10051433.

HSL color Cylindrical-coordinate representation of color #695F99: hue angle of 250.34º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695F99 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10595153-
CMYK0.310.3800.4
HSL250.34º23.39%48.63%-
HSV(B)250.34º37.91%60%-
XYZ15.6713.4931.91-
YUV104.6155.31128.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 153 (60.16% from 255) = 43.34%
R=29.75%
G=26.91%
B=43.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105951530.310.3800.4250.3423.3948.63
Hex695F991F26028fa1731
Octal15113723137460503722761
Binary11010011011111100110011111110011001010001111101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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