#67698F

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

Shades of Scampi #67698F

Tints of Scampi #67698F

Color information

#67698F (or 0x67698F) is unknown color: approx Scampi. HEX triplet: 67, 69 and 8F. RGB value is (103,105,143). Sum of RGB (Red+Green+Blue) = 103+105+143=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 143 - color contains mainly: blue. Hex color #67698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67698F is #989670. Grayscale: #6C6C6C. Windows color (decimal): -9999985 or 9398631. OLE color: 9398631.

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

Color convert

RGB103105143-
CMYK0.280.2700.44
HSL237º16.26%48.24%-
HSV(B)237º27.97%56.08%-
XYZ15.614.9728.05-
YUV108.73147.34123.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.34%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 143 (56.25% from 255) = 40.74%
R=29.34%
G=29.91%
B=40.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031051430.280.2700.4423716.2648.24
Hex67698F1C1B02Ced1030
Octal14715121734330543552060
Binary1100111110100110001111111001101101011001110110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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