#67679F

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

Shades of Scampi #67679F

Tints of Scampi #67679F

Color information

#67679F (or 0x67679F) is unknown color: approx Scampi. HEX triplet: 67, 67 and 9F. RGB value is (103,103,159). Sum of RGB (Red+Green+Blue) = 103+103+159=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #67679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67679F is #989860. Grayscale: #6D6D6D. Windows color (decimal): -10000481 or 10446695. OLE color: 10446695.

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

Color convert

RGB103103159-
CMYK0.350.3500.38
HSL240º22.58%51.37%-
HSV(B)240º35.22%62.35%-
XYZ16.715.0934.83-
YUV109.38156123.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=28.22%
G=28.22%
B=43.56%

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
Decimal1031031590.350.3500.3824022.5851.37
Hex67679F2323026f01733
Octal14714723743430463602763
Binary110011111001111001111110001110001101001101111000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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