#68639B

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

Shades of Scampi #68639B

Tints of Scampi #68639B

Color information

#68639B (or 0x68639B) is unknown color: approx Scampi. HEX triplet: 68, 63 and 9B. RGB value is (104,99,155). Sum of RGB (Red+Green+Blue) = 104+99+155=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #68639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68639B is #979C64. Grayscale: #6A6A6A. Windows color (decimal): -9935973 or 10183528. OLE color: 10183528.

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

Color convert

RGB10499155-
CMYK0.330.3600.39
HSL245.36º22.05%49.8%-
HSV(B)245.36º36.13%60.78%-
XYZ16.0914.2332.91-
YUV106.88155.16125.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=29.05%
G=27.65%
B=43.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104991550.330.3600.39245.3622.0549.8
Hex68639B2124027f51632
Octal15014323341440473652662
Binary110100011000111001101110000110010001001111111010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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