#696898

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

Shades of Scampi #696898

Tints of Scampi #696898

Color information

#696898 (or 0x696898) is unknown color: approx Scampi. HEX triplet: 69, 68 and 98. RGB value is (105,104,152). Sum of RGB (Red+Green+Blue) = 105+104+152=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #696898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696898 is #969767. Grayscale: #6D6D6D. Windows color (decimal): -9869160 or 9988201. OLE color: 9988201.

HSL color Cylindrical-coordinate representation of color #696898: hue angle of 241.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696898 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105104152-
CMYK0.310.3200.40
HSL241.25º18.9%50.2%-
HSV(B)241.25º31.58%59.61%-
XYZ16.4415.1731.77-
YUV109.77151.83124.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=29.09%
G=28.81%
B=42.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051041520.310.3200.40241.2518.950.2
Hex6968981F20028f11332
Octal15115023037400503612362
Binary11010011101000100110001111110000001010001111000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696898; }

 p { color: rgb(105,104,152); }

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

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

 a { background-color: rgb(105,104,152); }

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

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

 span { border-color: rgb(105,104,152); }

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