#68679E

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

Shades of Scampi #68679E

Tints of Scampi #68679E

Color information

#68679E (or 0x68679E) is unknown color: approx Scampi. HEX triplet: 68, 67 and 9E. RGB value is (104,103,158). Sum of RGB (Red+Green+Blue) = 104+103+158=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #68679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68679E is #979861. Grayscale: #6D6D6D. Windows color (decimal): -9934946 or 10381160. OLE color: 10381160.

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

Color convert

RGB104103158-
CMYK0.340.3500.38
HSL241.09º22.09%51.18%-
HSV(B)241.09º34.81%61.96%-
XYZ16.7315.1134.38-
YUV109.57155.33124.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=28.49%
G=28.22%
B=43.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041031580.340.3500.38241.0922.0951.18
Hex68679E2223026f11633
Octal15014723642430463612663
Binary110100011001111001111010001010001101001101111000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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