#676499

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

Shades of Scampi #676499

Tints of Scampi #676499

Color information

#676499 (or 0x676499) is unknown color: approx Scampi. HEX triplet: 67, 64 and 99. RGB value is (103,100,153). Sum of RGB (Red+Green+Blue) = 103+100+153=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #676499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676499 is #989B66. Grayscale: #6A6A6A. Windows color (decimal): -10001255 or 10052711. OLE color: 10052711.

HSL color Cylindrical-coordinate representation of color #676499: hue angle of 243.4º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #676499 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB103100153-
CMYK0.330.3500.4
HSL243.4º20.95%49.61%-
HSV(B)243.4º34.64%60%-
XYZ15.914.332.06-
YUV106.94153.99125.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.93%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=28.93%
G=28.09%
B=42.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1031001530.330.3500.4243.420.9549.61
Hex6764992123028f31532
Octal14714423141430503632562
Binary110011111001001001100110000110001101010001111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676499; }

 p { color: rgb(103,100,153); }

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

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

 a { background-color: rgb(103,100,153); }

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

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

 span { border-color: rgb(103,100,153); }

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