#68698F

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

Shades of Scampi #68698F

Tints of Scampi #68698F

Color information

#68698F (or 0x68698F) is unknown color: approx Scampi. HEX triplet: 68, 69 and 8F. RGB value is (104,105,143). Sum of RGB (Red+Green+Blue) = 104+105+143=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 143 - color contains mainly: blue. Hex color #68698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68698F is #979670. Grayscale: #6C6C6C. Windows color (decimal): -9934449 or 9398632. OLE color: 9398632.

HSL color Cylindrical-coordinate representation of color #68698F: hue angle of 238.46º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68698F is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB104105143-
CMYK0.270.2700.44
HSL238.46º15.79%48.43%-
HSV(B)238.46º27.27%56.08%-
XYZ15.7215.0328.06-
YUV109.03147.17124.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 143 (56.25% from 255) = 40.62%
R=29.55%
G=29.83%
B=40.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041051430.270.2700.44238.4615.7948.43
Hex68698F1B1B02Cee1030
Octal15015121733330543562060
Binary1101000110100110001111110111101101011001110111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68698F; }

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

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

<style>
 a { background-color: #68698F; }

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

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

<style>
 span { border-color: #68698F; }

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

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