#67689F

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

Shades of Scampi #67689F

Tints of Scampi #67689F

Color information

#67689F (or 0x67689F) is unknown color: approx Scampi. HEX triplet: 67, 68 and 9F. RGB value is (103,104,159). Sum of RGB (Red+Green+Blue) = 103+104+159=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #67689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67689F is #989760. Grayscale: #6D6D6D. Windows color (decimal): -10000225 or 10446951. OLE color: 10446951.

HSL color Cylindrical-coordinate representation of color #67689F: hue angle of 238.93º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67689F is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103104159-
CMYK0.350.3500.38
HSL238.93º22.58%51.37%-
HSV(B)238.93º35.22%62.35%-
XYZ16.815.2934.87-
YUV109.97155.67123.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.14%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=28.14%
G=28.42%
B=43.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031041590.350.3500.38238.9322.5851.37
Hex67689F2323026ef1733
Octal14715023743430463572763
Binary110011111010001001111110001110001101001101110111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67689F; }

 p { color: rgb(103,104,159); }

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

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

 a { background-color: rgb(103,104,159); }

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

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

 span { border-color: rgb(103,104,159); }

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