#675F96

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

Shades of Scampi #675F96

Tints of Scampi #675F96

Color information

#675F96 (or 0x675F96) is unknown color: approx Scampi. HEX triplet: 67, 5F and 96. RGB value is (103,95,150). Sum of RGB (Red+Green+Blue) = 103+95+150=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #675F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F96 is #98A069. Grayscale: #676767. Windows color (decimal): -10002538 or 9854823. OLE color: 9854823.

HSL color Cylindrical-coordinate representation of color #675F96: hue angle of 248.73º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #675F96 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10395150-
CMYK0.310.3700.41
HSL248.73º22.45%48.04%-
HSV(B)248.73º36.67%58.82%-
XYZ15.1913.2730.61-
YUV103.66154.15127.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=29.60%
G=27.30%
B=43.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103951500.310.3700.41248.7322.4548.04
Hex675F961F25029f91630
Octal14713722637450513712660
Binary11001111011111100101101111110010101010011111100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675F96; }

 p { color: rgb(103,95,150); }

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

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

 a { background-color: rgb(103,95,150); }

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

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

 span { border-color: rgb(103,95,150); }

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