#676693

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

Shades of Scampi #676693

Tints of Scampi #676693

Color information

#676693 (or 0x676693) is unknown color: approx Scampi. HEX triplet: 67, 66 and 93. RGB value is (103,102,147). Sum of RGB (Red+Green+Blue) = 103+102+147=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #676693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676693 is #98996C. Grayscale: #6B6B6B. Windows color (decimal): -10000749 or 9660007. OLE color: 9660007.

HSL color Cylindrical-coordinate representation of color #676693: hue angle of 241.33º 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 #676693 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103102147-
CMYK0.300.3100.42
HSL241.33º18.07%48.82%-
HSV(B)241.33º30.61%57.65%-
XYZ15.6114.4929.58-
YUV107.43150.33124.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.26%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=29.26%
G=28.98%
B=41.76%

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
Decimal1031021470.300.3100.42241.3318.0748.82
Hex6766931E1F02Af11231
Octal14714622336370523612261
Binary1100111110011010010011111101111101010101111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676693; }

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

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

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

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

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

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

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

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