#676695

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

Shades of Scampi #676695

Tints of Scampi #676695

Color information

#676695 (or 0x676695) is unknown color: approx Scampi. HEX triplet: 67, 66 and 95. RGB value is (103,102,149). Sum of RGB (Red+Green+Blue) = 103+102+149=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #676695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676695 is #98996A. Grayscale: #6B6B6B. Windows color (decimal): -10000747 or 9791079. OLE color: 9791079.

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

Color convert

RGB103102149-
CMYK0.310.3200.42
HSL241.28º18.73%49.22%-
HSV(B)241.28º31.54%58.43%-
XYZ15.7714.5630.41-
YUV107.66151.33124.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.10%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=29.10%
G=28.81%
B=42.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031021490.310.3200.42241.2818.7349.22
Hex6766951F2002Af11331
Octal14714622537400523612361
Binary11001111100110100101011111110000001010101111000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676695; }

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

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

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

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

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

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

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

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