#68679D

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

Shades of Scampi #68679D

Tints of Scampi #68679D

Color information

#68679D (or 0x68679D) is unknown color: approx Scampi. HEX triplet: 68, 67 and 9D. RGB value is (104,103,157). Sum of RGB (Red+Green+Blue) = 104+103+157=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #68679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68679D is #979862. Grayscale: #6D6D6D. Windows color (decimal): -9934947 or 10315624. OLE color: 10315624.

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

Color convert

RGB104103157-
CMYK0.340.3400.38
HSL241.11º21.6%50.98%-
HSV(B)241.11º34.39%61.57%-
XYZ16.6415.0833.93-
YUV109.46154.83124.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=28.57%
G=28.30%
B=43.13%

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
Decimal1041031570.340.3400.38241.1121.650.98
Hex68679D2222026f11633
Octal15014723542420463612663
Binary110100011001111001110110001010001001001101111000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68679D; }

 p { color: rgb(104,103,157); }

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

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

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

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

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

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

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