#68619E

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

Shades of Scampi #68619E

Tints of Scampi #68619E

Color information

#68619E (or 0x68619E) is unknown color: approx Scampi. HEX triplet: 68, 61 and 9E. RGB value is (104,97,158). Sum of RGB (Red+Green+Blue) = 104+97+158=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #68619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68619E is #979E61. Grayscale: #696969. Windows color (decimal): -9936482 or 10379624. OLE color: 10379624.

HSL color Cylindrical-coordinate representation of color #68619E: hue angle of 246.89º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68619E is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10497158-
CMYK0.340.3900.38
HSL246.89º23.92%50%-
HSV(B)246.89º38.61%61.96%-
XYZ16.1613.9634.19-
YUV106.05157.32126.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=28.97%
G=27.02%
B=44.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104971580.340.3900.38246.8923.9250
Hex68619E2227026f71832
Octal15014123642470463673062
Binary110100011000011001111010001010011101001101111011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68619E; }

 p { color: rgb(104,97,158); }

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

<style>
 a { background-color: #68619E; }

 a { background-color: rgb(104,97,158); }

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

<style>
 span { border-color: #68619E; }

 span { border-color: rgb(104,97,158); }

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