#696790

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

Shades of Scampi #696790

Tints of Scampi #696790

Color information

#696790 (or 0x696790) is unknown color: approx Scampi. HEX triplet: 69, 67 and 90. RGB value is (105,103,144). Sum of RGB (Red+Green+Blue) = 105+103+144=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #696790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696790 is #96986F. Grayscale: #6C6C6C. Windows color (decimal): -9869424 or 9463657. OLE color: 9463657.

HSL color Cylindrical-coordinate representation of color #696790: hue angle of 242.93º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #696790 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105103144-
CMYK0.270.2800.44
HSL242.93º16.6%48.43%-
HSV(B)242.93º28.47%56.47%-
XYZ15.7114.7228.4-
YUV108.27148.16125.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=29.83%
G=29.26%
B=40.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051031440.270.2800.44242.9316.648.43
Hex6967901B1C02Cf31130
Octal15114722033340543632160
Binary1101001110011110010000110111110001011001111001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696790; }

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

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

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

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

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

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

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

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