#68639F

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

Shades of Scampi #68639F

Tints of Scampi #68639F

Color information

#68639F (or 0x68639F) is unknown color: approx Scampi. HEX triplet: 68, 63 and 9F. RGB value is (104,99,159). Sum of RGB (Red+Green+Blue) = 104+99+159=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #68639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68639F is #979C60. Grayscale: #6B6B6B. Windows color (decimal): -9935969 or 10445672. OLE color: 10445672.

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

Color convert

RGB10499159-
CMYK0.350.3800.38
HSL245º23.81%50.59%-
HSV(B)245º37.74%62.35%-
XYZ16.4314.3734.71-
YUV107.34157.16125.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=28.73%
G=27.35%
B=43.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104991590.350.3800.3824523.8150.59
Hex68639F2326026f51833
Octal15014323743460463653063
Binary110100011000111001111110001110011001001101111010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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