#67689B

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

Shades of Scampi #67689B

Tints of Scampi #67689B

Color information

#67689B (or 0x67689B) is unknown color: approx Scampi. HEX triplet: 67, 68 and 9B. RGB value is (103,104,155). Sum of RGB (Red+Green+Blue) = 103+104+155=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #67689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67689B is #989764. Grayscale: #6D6D6D. Windows color (decimal): -10000229 or 10184807. OLE color: 10184807.

HSL color Cylindrical-coordinate representation of color #67689B: hue angle of 238.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67689B is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103104155-
CMYK0.340.3300.39
HSL238.85º20.63%50.59%-
HSV(B)238.85º33.55%60.78%-
XYZ16.4615.1533.07-
YUV109.52153.67123.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=28.45%
G=28.73%
B=42.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031041550.340.3300.39238.8520.6350.59
Hex67689B2221027ef1533
Octal14715023342410473572563
Binary110011111010001001101110001010000101001111110111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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