#67629D

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

Shades of Scampi #67629D

Tints of Scampi #67629D

Color information

#67629D (or 0x67629D) is unknown color: approx Scampi. HEX triplet: 67, 62 and 9D. RGB value is (103,98,157). Sum of RGB (Red+Green+Blue) = 103+98+157=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #67629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67629D is #989D62. Grayscale: #696969. Windows color (decimal): -10001763 or 10314343. OLE color: 10314343.

HSL color Cylindrical-coordinate representation of color #67629D: hue angle of 245.08º degrees, saturation: 0.23, 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 #67629D is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10398157-
CMYK0.340.3800.38
HSL245.08º23.14%50%-
HSV(B)245.08º37.58%61.57%-
XYZ16.0514.0533.77-
YUV106.22156.66125.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=28.77%
G=27.37%
B=43.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103981570.340.3800.38245.0823.1450
Hex67629D2226026f51732
Octal14714223542460463652762
Binary110011111000101001110110001010011001001101111010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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