#68679C

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

Shades of Scampi #68679C

Tints of Scampi #68679C

Color information

#68679C (or 0x68679C) is unknown color: approx Scampi. HEX triplet: 68, 67 and 9C. RGB value is (104,103,156). Sum of RGB (Red+Green+Blue) = 104+103+156=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #68679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68679C is #979863. Grayscale: #6D6D6D. Windows color (decimal): -9934948 or 10250088. OLE color: 10250088.

HSL color Cylindrical-coordinate representation of color #68679C: hue angle of 241.13º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68679C is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104103156-
CMYK0.330.3400.39
HSL241.13º21.12%50.78%-
HSV(B)241.13º33.97%61.18%-
XYZ16.5615.0433.48-
YUV109.34154.33124.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=28.65%
G=28.37%
B=42.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041031560.330.3400.39241.1321.1250.78
Hex68679C2122027f11533
Octal15014723441420473612563
Binary110100011001111001110010000110001001001111111000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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