#696394

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

Shades of Scampi #696394

Tints of Scampi #696394

Color information

#696394 (or 0x696394) is unknown color: approx Scampi. HEX triplet: 69, 63 and 94. RGB value is (105,99,148). Sum of RGB (Red+Green+Blue) = 105+99+148=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #696394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696394 is #969C6B. Grayscale: #6A6A6A. Windows color (decimal): -9870444 or 9724777. OLE color: 9724777.

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

Color convert

RGB10599148-
CMYK0.290.3300.42
HSL247.35º19.84%48.43%-
HSV(B)247.35º33.11%58.04%-
XYZ15.6314.0729.91-
YUV106.38151.49127.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=29.83%
G=28.12%
B=42.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105991480.290.3300.42247.3519.8448.43
Hex6963941D2102Af71430
Octal15114322435410523672460
Binary11010011100011100101001110110000101010101111011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696394; }

 p { color: rgb(105,99,148); }

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

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

 a { background-color: rgb(105,99,148); }

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

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

 span { border-color: rgb(105,99,148); }

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