#696095

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

Shades of Scampi #696095

Tints of Scampi #696095

Color information

#696095 (or 0x696095) is unknown color: approx Scampi. HEX triplet: 69, 60 and 95. RGB value is (105,96,149). Sum of RGB (Red+Green+Blue) = 105+96+149=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #696095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696095 is #969F6A. Grayscale: #686868. Windows color (decimal): -9871211 or 9789545. OLE color: 9789545.

HSL color Cylindrical-coordinate representation of color #696095: hue angle of 250.19º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696095 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10596149-
CMYK0.300.3600.42
HSL250.19º21.63%48.04%-
HSV(B)250.19º35.57%58.43%-
XYZ15.4313.5430.23-
YUV104.73152.98128.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=30%
G=27.43%
B=42.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105961490.300.3600.42250.1921.6348.04
Hex6960951E2402Afa1630
Octal15114022536440523722660
Binary11010011100000100101011111010010001010101111101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696095; }

 p { color: rgb(105,96,149); }

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

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

 a { background-color: rgb(105,96,149); }

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

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

 span { border-color: rgb(105,96,149); }

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