#67668F

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

Shades of Scampi #67668F

Tints of Scampi #67668F

Color information

#67668F (or 0x67668F) is unknown color: approx Scampi. HEX triplet: 67, 66 and 8F. RGB value is (103,102,143). Sum of RGB (Red+Green+Blue) = 103+102+143=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 143 - color contains mainly: blue. Hex color #67668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67668F is #989970. Grayscale: #6A6A6A. Windows color (decimal): -10000753 or 9397863. OLE color: 9397863.

HSL color Cylindrical-coordinate representation of color #67668F: hue angle of 241.46º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67668F is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB103102143-
CMYK0.280.2900.44
HSL241.46º16.73%48.04%-
HSV(B)241.46º28.67%56.08%-
XYZ15.314.3727.95-
YUV106.97148.33125.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 143 (56.25% from 255) = 41.09%
R=29.60%
G=29.31%
B=41.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031021430.280.2900.44241.4616.7348.04
Hex67668F1C1D02Cf11130
Octal14714621734350543612160
Binary1100111110011010001111111001110101011001111000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,102,143); }

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

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

 a { background-color: rgb(103,102,143); }

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

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

 span { border-color: rgb(103,102,143); }

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