#68639A

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

Shades of Scampi #68639A

Tints of Scampi #68639A

Color information

#68639A (or 0x68639A) is unknown color: approx Scampi. HEX triplet: 68, 63 and 9A. RGB value is (104,99,154). Sum of RGB (Red+Green+Blue) = 104+99+154=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #68639A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68639A is #979C65. Grayscale: #6A6A6A. Windows color (decimal): -9935974 or 10117992. OLE color: 10117992.

HSL color Cylindrical-coordinate representation of color #68639A: hue angle of 245.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68639A is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10499154-
CMYK0.320.3600.40
HSL245.45º21.74%49.61%-
HSV(B)245.45º35.71%60.39%-
XYZ1614.232.47-
YUV106.76154.66126.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=29.13%
G=27.73%
B=43.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104991540.320.3600.40245.4521.7449.61
Hex68639A2024028f51632
Octal15014323240440503652662
Binary110100011000111001101010000010010001010001111010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68639A; }

 p { color: rgb(104,99,154); }

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

<style>
 a { background-color: #68639A; }

 a { background-color: rgb(104,99,154); }

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

<style>
 span { border-color: #68639A; }

 span { border-color: rgb(104,99,154); }

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