#68619B

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

Shades of Scampi #68619B

Tints of Scampi #68619B

Color information

#68619B (or 0x68619B) is unknown color: approx Scampi. HEX triplet: 68, 61 and 9B. RGB value is (104,97,155). Sum of RGB (Red+Green+Blue) = 104+97+155=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #68619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68619B is #979E64. Grayscale: #696969. Windows color (decimal): -9936485 or 10183016. OLE color: 10183016.

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

Color convert

RGB10497155-
CMYK0.330.3700.39
HSL247.24º23.02%49.41%-
HSV(B)247.24º37.42%60.78%-
XYZ15.913.8632.85-
YUV105.7155.82126.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=29.21%
G=27.25%
B=43.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104971550.330.3700.39247.2423.0249.41
Hex68619B2125027f71731
Octal15014123341450473672761
Binary110100011000011001101110000110010101001111111011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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