#67649A

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

Shades of Scampi #67649A

Tints of Scampi #67649A

Color information

#67649A (or 0x67649A) is unknown color: approx Scampi. HEX triplet: 67, 64 and 9A. RGB value is (103,100,154). Sum of RGB (Red+Green+Blue) = 103+100+154=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #67649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67649A is #989B65. Grayscale: #6A6A6A. Windows color (decimal): -10001254 or 10118247. OLE color: 10118247.

HSL color Cylindrical-coordinate representation of color #67649A: hue angle of 243.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67649A is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103100154-
CMYK0.330.3500.40
HSL243.33º21.26%49.8%-
HSV(B)243.33º35.06%60.39%-
XYZ15.9814.3332.5-
YUV107.05154.49125.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.85%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=28.85%
G=28.01%
B=43.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031001540.330.3500.40243.3321.2649.8
Hex67649A2123028f31532
Octal14714423241430503632562
Binary110011111001001001101010000110001101010001111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67649A; }

 p { color: rgb(103,100,154); }

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

<style>
 a { background-color: #67649A; }

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

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

<style>
 span { border-color: #67649A; }

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

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