#67689E

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

Shades of Scampi #67689E

Tints of Scampi #67689E

Color information

#67689E (or 0x67689E) is unknown color: approx Scampi. HEX triplet: 67, 68 and 9E. RGB value is (103,104,158). Sum of RGB (Red+Green+Blue) = 103+104+158=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #67689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67689E is #989761. Grayscale: #6D6D6D. Windows color (decimal): -10000226 or 10381415. OLE color: 10381415.

HSL color Cylindrical-coordinate representation of color #67689E: hue angle of 238.91º degrees, saturation: 0.22, 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 #67689E is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103104158-
CMYK0.350.3400.38
HSL238.91º22.09%51.18%-
HSV(B)238.91º34.81%61.96%-
XYZ16.7215.2534.41-
YUV109.86155.17123.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=28.22%
G=28.49%
B=43.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031041580.350.3400.38238.9122.0951.18
Hex67689E2322026ef1633
Octal14715023643420463572663
Binary110011111010001001111010001110001001001101110111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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