#68689E

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

Shades of Scampi #68689E

Tints of Scampi #68689E

Color information

#68689E (or 0x68689E) is unknown color: approx Scampi. HEX triplet: 68, 68 and 9E. RGB value is (104,104,158). Sum of RGB (Red+Green+Blue) = 104+104+158=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #68689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68689E is #979761. Grayscale: #6D6D6D. Windows color (decimal): -9934690 or 10381416. OLE color: 10381416.

HSL color Cylindrical-coordinate representation of color #68689E: hue angle of 240º 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 #68689E is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104104158-
CMYK0.340.3400.38
HSL240º21.77%51.37%-
HSV(B)240º34.18%61.96%-
XYZ16.8315.3134.42-
YUV110.16155123.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=28.42%
G=28.42%
B=43.17%

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
Decimal1041041580.340.3400.3824021.7751.37
Hex68689E2222026f01633
Octal15015023642420463602663
Binary110100011010001001111010001010001001001101111000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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