#67639D

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

Shades of Scampi #67639D

Tints of Scampi #67639D

Color information

#67639D (or 0x67639D) is unknown color: approx Scampi. HEX triplet: 67, 63 and 9D. RGB value is (103,99,157). Sum of RGB (Red+Green+Blue) = 103+99+157=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #67639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67639D is #989C62. Grayscale: #6A6A6A. Windows color (decimal): -10001507 or 10314599. OLE color: 10314599.

HSL color Cylindrical-coordinate representation of color #67639D: hue angle of 244.14º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67639D is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10399157-
CMYK0.340.3700.38
HSL244.14º22.83%50.2%-
HSV(B)244.14º36.94%61.57%-
XYZ16.1414.2433.8-
YUV106.81156.33125.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.69%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=28.69%
G=27.58%
B=43.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103991570.340.3700.38244.1422.8350.2
Hex67639D2225026f41732
Octal14714323542450463642762
Binary110011111000111001110110001010010101001101111010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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