#6D6898

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

Shades of Scampi #6D6898

Tints of Scampi #6D6898

Color information

#6D6898 (or 0x6D6898) is unknown color: approx Scampi. HEX triplet: 6D, 68 and 98. RGB value is (109,104,152). Sum of RGB (Red+Green+Blue) = 109+104+152=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D6898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6898 is #929767. Grayscale: #6E6E6E. Windows color (decimal): -9607016 or 9988205. OLE color: 9988205.

HSL color Cylindrical-coordinate representation of color #6D6898: hue angle of 246.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D6898 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB109104152-
CMYK0.280.3200.40
HSL246.25º18.9%50.2%-
HSV(B)246.25º31.58%59.61%-
XYZ16.9215.4231.79-
YUV110.97151.16126.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.86%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 152 (59.77% from 255) = 41.64%
R=29.86%
G=28.49%
B=41.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1091041520.280.3200.40246.2518.950.2
Hex6D68981C20028f61332
Octal15515023034400503662362
Binary11011011101000100110001110010000001010001111011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,152); }

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

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

 a { background-color: rgb(109,104,152); }

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

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

 span { border-color: rgb(109,104,152); }

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