#68699E

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

Shades of Scampi #68699E

Tints of Scampi #68699E

Color information

#68699E (or 0x68699E) is unknown color: approx Scampi. HEX triplet: 68, 69 and 9E. RGB value is (104,105,158). Sum of RGB (Red+Green+Blue) = 104+105+158=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #68699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68699E is #979661. Grayscale: #6E6E6E. Windows color (decimal): -9934434 or 10381672. OLE color: 10381672.

HSL color Cylindrical-coordinate representation of color #68699E: hue angle of 238.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68699E is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104105158-
CMYK0.340.3400.38
HSL238.89º21.77%51.37%-
HSV(B)238.89º34.18%61.96%-
XYZ16.9315.5134.45-
YUV110.74154.67123.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=28.34%
G=28.61%
B=43.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041051580.340.3400.38238.8921.7751.37
Hex68699E2222026ef1633
Octal15015123642420463572663
Binary110100011010011001111010001010001001001101110111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68699E; }

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

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

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

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

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

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

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

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