#6B6993

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

Shades of Scampi #6B6993

Tints of Scampi #6B6993

Color information

#6B6993 (or 0x6B6993) is unknown color: approx Scampi. HEX triplet: 6B, 69 and 93. RGB value is (107,105,147). Sum of RGB (Red+Green+Blue) = 107+105+147=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B6993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6993 is #94966C. Grayscale: #6E6E6E. Windows color (decimal): -9737837 or 9660779. OLE color: 9660779.

HSL color Cylindrical-coordinate representation of color #6B6993: hue angle of 242.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B6993 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB107105147-
CMYK0.270.2900.42
HSL242.86º16.67%49.41%-
HSV(B)242.86º28.57%57.65%-
XYZ16.3815.3429.7-
YUV110.39148.66125.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.81%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=29.81%
G=29.25%
B=40.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071051470.270.2900.42242.8616.6749.41
Hex6B69931B1D02Af31131
Octal15315122333350523632161
Binary1101011110100110010011110111110101010101111001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,105,147); }

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

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

 a { background-color: rgb(107,105,147); }

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

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

 span { border-color: rgb(107,105,147); }

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