#68699B

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

Shades of Scampi #68699B

Tints of Scampi #68699B

Color information

#68699B (or 0x68699B) is unknown color: approx Scampi. HEX triplet: 68, 69 and 9B. RGB value is (104,105,155). Sum of RGB (Red+Green+Blue) = 104+105+155=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #68699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68699B is #979664. Grayscale: #6E6E6E. Windows color (decimal): -9934437 or 10185064. OLE color: 10185064.

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

Color convert

RGB104105155-
CMYK0.330.3200.39
HSL238.82º20.32%50.78%-
HSV(B)238.82º32.9%60.78%-
XYZ16.6815.4133.11-
YUV110.4153.17123.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=28.57%
G=28.85%
B=42.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041051550.330.3200.39238.8220.3250.78
Hex68699B2120027ef1433
Octal15015123341400473572463
Binary110100011010011001101110000110000001001111110111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68699B; }

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

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

<style>
 a { background-color: #68699B; }

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

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

<style>
 span { border-color: #68699B; }

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

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