#6B6897

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

Shades of Scampi #6B6897

Tints of Scampi #6B6897

Color information

#6B6897 (or 0x6B6897) is unknown color: approx Scampi. HEX triplet: 6B, 68 and 97. RGB value is (107,104,151). Sum of RGB (Red+Green+Blue) = 107+104+151=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B6897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6897 is #949768. Grayscale: #6E6E6E. Windows color (decimal): -9738089 or 9922667. OLE color: 9922667.

HSL color Cylindrical-coordinate representation of color #6B6897: hue angle of 243.83º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B6897 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB107104151-
CMYK0.290.3100.41
HSL243.83º18.43%50%-
HSV(B)243.83º31.13%59.22%-
XYZ16.615.2631.35-
YUV110.26150.99125.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.56%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 151 (59.38% from 255) = 41.71%
R=29.56%
G=28.73%
B=41.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1071041510.290.3100.41243.8318.4350
Hex6B68971D1F029f41232
Octal15315022735370513642262
Binary1101011110100010010111111011111101010011111010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B6897; }

 p { color: rgb(107,104,151); }

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

<style>
 a { background-color: #6B6897; }

 a { background-color: rgb(107,104,151); }

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

<style>
 span { border-color: #6B6897; }

 span { border-color: rgb(107,104,151); }

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