#67629f

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

Shades of Scampi #67629F

Tints of Scampi #67629F

Color information

#67629F (or 0x67629F) is unknown color: approx Scampi. HEX triplet: 67, 62 and 9F. RGB value is (103,98,159). Sum of RGB (Red+Green+Blue) = 103+98+159=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #67629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67629F is #989D60. Grayscale: #6A6A6A. Windows color (decimal): -10001761 or 10445415. OLE color: 10445415.

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

Color convert

RGB10398159-
CMYK0.350.3800.38
HSL244.92º24.11%50.39%-
HSV(B)244.92º38.36%62.35%-
XYZ16.2214.1234.67-
YUV106.45157.66125.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.61%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=28.61%
G=27.22%
B=44.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103981590.350.3800.38244.9224.1150.39
Hex67629F2326026f51832
Octal14714223743460463653062
Binary110011111000101001111110001110011001001101111010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67629f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67629f; }

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

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

<style>
 a { background-color: #67629f; }

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

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

<style>
 span { border-color: #67629f; }

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

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