#676095

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

Shades of Scampi #676095

Tints of Scampi #676095

Color information

#676095 (or 0x676095) is unknown color: approx Scampi. HEX triplet: 67, 60 and 95. RGB value is (103,96,149). Sum of RGB (Red+Green+Blue) = 103+96+149=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #676095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676095 is #989F6A. Grayscale: #676767. Windows color (decimal): -10002283 or 9789543. OLE color: 9789543.

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

Color convert

RGB10396149-
CMYK0.310.3600.42
HSL247.92º21.63%48.04%-
HSV(B)247.92º35.57%58.43%-
XYZ15.213.4230.22-
YUV104.14153.32127.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=29.60%
G=27.59%
B=42.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103961490.310.3600.42247.9221.6348.04
Hex6760951F2402Af81630
Octal14714022537440523702660
Binary11001111100000100101011111110010001010101111100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676095; }

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

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

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

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

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

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

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

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