#696593

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

Shades of Scampi #696593

Tints of Scampi #696593

Color information

#696593 (or 0x696593) is unknown color: approx Scampi. HEX triplet: 69, 65 and 93. RGB value is (105,101,147). Sum of RGB (Red+Green+Blue) = 105+101+147=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #696593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696593 is #969A6C. Grayscale: #6B6B6B. Windows color (decimal): -9869933 or 9659753. OLE color: 9659753.

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

Color convert

RGB105101147-
CMYK0.290.3100.42
HSL245.22º18.55%48.63%-
HSV(B)245.22º31.29%57.65%-
XYZ15.7514.4229.56-
YUV107.44150.33126.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=29.75%
G=28.61%
B=41.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051011470.290.3100.42245.2218.5548.63
Hex6965931D1F02Af51331
Octal15114522335370523652361
Binary1101001110010110010011111011111101010101111010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696593; }

 p { color: rgb(105,101,147); }

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

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

 a { background-color: rgb(105,101,147); }

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

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

 span { border-color: rgb(105,101,147); }

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