#676993

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

Shades of Scampi #676993

Tints of Scampi #676993

Color information

#676993 (or 0x676993) is unknown color: approx Scampi. HEX triplet: 67, 69 and 93. RGB value is (103,105,147). Sum of RGB (Red+Green+Blue) = 103+105+147=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #676993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676993 is #98966C. Grayscale: #6D6D6D. Windows color (decimal): -9999981 or 9660775. OLE color: 9660775.

HSL color Cylindrical-coordinate representation of color #676993: hue angle of 237.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #676993 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103105147-
CMYK0.300.2900.42
HSL237.27º17.6%49.02%-
HSV(B)237.27º29.93%57.65%-
XYZ15.9115.0929.68-
YUV109.19149.34123.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=29.01%
G=29.58%
B=41.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031051470.300.2900.42237.2717.649.02
Hex6769931E1D02Aed1231
Octal14715122336350523552261
Binary1100111110100110010011111101110101010101110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676993; }

 p { color: rgb(103,105,147); }

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

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

 a { background-color: rgb(103,105,147); }

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

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

 span { border-color: rgb(103,105,147); }

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