#675E9C

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

Shades of Scampi #675E9C

Tints of Scampi #675E9C

Color information

#675E9C (or 0x675E9C) is unknown color: approx Scampi. HEX triplet: 67, 5E and 9C. RGB value is (103,94,156). Sum of RGB (Red+Green+Blue) = 103+94+156=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #675E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675E9C is #98A163. Grayscale: #676767. Windows color (decimal): -10002788 or 10247783. OLE color: 10247783.

HSL color Cylindrical-coordinate representation of color #675E9C: hue angle of 248.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #675E9C is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10394156-
CMYK0.340.4000.39
HSL248.71º24.8%49.02%-
HSV(B)248.71º39.74%61.18%-
XYZ15.613.2933.2-
YUV103.76157.48127.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.18%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=29.18%
G=26.63%
B=44.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103941560.340.4000.39248.7124.849.02
Hex675E9C2228027f91931
Octal14713623442500473713161
Binary110011110111101001110010001010100001001111111100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,94,156); }

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

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

 a { background-color: rgb(103,94,156); }

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

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

 span { border-color: rgb(103,94,156); }

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