#67659F

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

Shades of Scampi #67659F

Tints of Scampi #67659F

Color information

#67659F (or 0x67659F) is unknown color: approx Scampi. HEX triplet: 67, 65 and 9F. RGB value is (103,101,159). Sum of RGB (Red+Green+Blue) = 103+101+159=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #67659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67659F is #989A60. Grayscale: #6B6B6B. Windows color (decimal): -10000993 or 10446183. OLE color: 10446183.

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

Color convert

RGB103101159-
CMYK0.350.3600.38
HSL242.07º23.2%50.98%-
HSV(B)242.07º36.48%62.35%-
XYZ16.5114.6934.77-
YUV108.21156.66124.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.37%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=28.37%
G=27.82%
B=43.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031011590.350.3600.38242.0723.250.98
Hex67659F2324026f21733
Octal14714523743440463622763
Binary110011111001011001111110001110010001001101111001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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