#67679B

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

Shades of Scampi #67679B

Tints of Scampi #67679B

Color information

#67679B (or 0x67679B) is unknown color: approx Scampi. HEX triplet: 67, 67 and 9B. RGB value is (103,103,155). Sum of RGB (Red+Green+Blue) = 103+103+155=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #67679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67679B is #989864. Grayscale: #6C6C6C. Windows color (decimal): -10000485 or 10184551. OLE color: 10184551.

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

Color convert

RGB103103155-
CMYK0.340.3400.39
HSL240º20.63%50.59%-
HSV(B)240º33.55%60.78%-
XYZ16.3614.9533.03-
YUV108.93154123.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.53%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=28.53%
G=28.53%
B=42.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031031550.340.3400.3924020.6350.59
Hex67679B2222027f01533
Octal14714723342420473602563
Binary110011111001111001101110001010001001001111111000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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