#675D9B

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

Shades of Scampi #675D9B

Tints of Scampi #675D9B

Color information

#675D9B (or 0x675D9B) is unknown color: approx Scampi. HEX triplet: 67, 5D and 9B. RGB value is (103,93,155). Sum of RGB (Red+Green+Blue) = 103+93+155=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #675D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675D9B is #98A264. Grayscale: #666666. Windows color (decimal): -10003045 or 10181991. OLE color: 10181991.

HSL color Cylindrical-coordinate representation of color #675D9B: hue angle of 249.68º 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 #675D9B is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10393155-
CMYK0.340.400.39
HSL249.68º25%48.63%-
HSV(B)249.68º40%60.78%-
XYZ15.4213.0832.72-
YUV103.06157.31127.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.34%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=29.34%
G=26.50%
B=44.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103931550.340.400.39249.682548.63
Hex675D9B2228027fa1931
Octal14713523342500473723161
Binary110011110111011001101110001010100001001111111101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,93,155); }

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

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

 a { background-color: rgb(103,93,155); }

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

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

 span { border-color: rgb(103,93,155); }

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