#696199

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

Shades of Scampi #696199

Tints of Scampi #696199

Color information

#696199 (or 0x696199) is unknown color: approx Scampi. HEX triplet: 69, 61 and 99. RGB value is (105,97,153). Sum of RGB (Red+Green+Blue) = 105+97+153=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #696199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696199 is #969E66. Grayscale: #696969. Windows color (decimal): -9870951 or 10051945. OLE color: 10051945.

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

Color convert

RGB10597153-
CMYK0.310.3700.4
HSL248.57º22.4%49.02%-
HSV(B)248.57º36.6%60%-
XYZ15.8513.8531.98-
YUV105.78154.65127.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=29.58%
G=27.32%
B=43.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105971530.310.3700.4248.5722.449.02
Hex6961991F25028f91631
Octal15114123137450503712661
Binary11010011100001100110011111110010101010001111100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696199; }

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

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

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

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

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

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

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

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