#696795

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

Shades of Scampi #696795

Tints of Scampi #696795

Color information

#696795 (or 0x696795) is unknown color: approx Scampi. HEX triplet: 69, 67 and 95. RGB value is (105,103,149). Sum of RGB (Red+Green+Blue) = 105+103+149=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #696795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696795 is #96986A. Grayscale: #6C6C6C. Windows color (decimal): -9869419 or 9791337. OLE color: 9791337.

HSL color Cylindrical-coordinate representation of color #696795: hue angle of 242.61º degrees, saturation: 0.18, 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 #696795 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105103149-
CMYK0.300.3100.42
HSL242.61º18.25%49.41%-
HSV(B)242.61º30.87%58.43%-
XYZ16.114.8730.46-
YUV108.84150.66125.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=29.41%
G=28.85%
B=41.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051031490.300.3100.42242.6118.2549.41
Hex6967951E1F02Af31231
Octal15114722536370523632261
Binary1101001110011110010101111101111101010101111001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696795; }

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

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

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

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

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

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

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

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