#676694

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

Shades of Scampi #676694

Tints of Scampi #676694

Color information

#676694 (or 0x676694) is unknown color: approx Scampi. HEX triplet: 67, 66 and 94. RGB value is (103,102,148). Sum of RGB (Red+Green+Blue) = 103+102+148=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #676694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676694 is #98996B. Grayscale: #6B6B6B. Windows color (decimal): -10000748 or 9725543. OLE color: 9725543.

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

Color convert

RGB103102148-
CMYK0.300.3100.42
HSL241.3º18.4%49.02%-
HSV(B)241.3º31.08%58.04%-
XYZ15.6914.5229.99-
YUV107.54150.83124.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.18%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 148 (58.20% from 255) = 41.93%
R=29.18%
G=28.90%
B=41.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031021480.300.3100.42241.318.449.02
Hex6766941E1F02Af11231
Octal14714622436370523612261
Binary1100111110011010010100111101111101010101111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676694; }

 p { color: rgb(103,102,148); }

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

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

 a { background-color: rgb(103,102,148); }

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

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

 span { border-color: rgb(103,102,148); }

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