#6B6895

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

Shades of Scampi #6B6895

Tints of Scampi #6B6895

Color information

#6B6895 (or 0x6B6895) is unknown color: approx Scampi. HEX triplet: 6B, 68 and 95. RGB value is (107,104,149). Sum of RGB (Red+Green+Blue) = 107+104+149=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B6895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6895 is #94976A. Grayscale: #6D6D6D. Windows color (decimal): -9738091 or 9791595. OLE color: 9791595.

HSL color Cylindrical-coordinate representation of color #6B6895: hue angle of 244º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B6895 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB107104149-
CMYK0.280.3000.42
HSL244º17.79%49.61%-
HSV(B)244º30.2%58.43%-
XYZ16.4415.230.5-
YUV110.03149.99125.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=29.72%
G=28.89%
B=41.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071041490.280.3000.4224417.7949.61
Hex6B68951C1E02Af41232
Octal15315022534360523642262
Binary1101011110100010010101111001111001010101111010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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