#6B6995

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

Shades of Scampi #6B6995

Tints of Scampi #6B6995

Color information

#6B6995 (or 0x6B6995) is unknown color: approx Scampi. HEX triplet: 6B, 69 and 95. RGB value is (107,105,149). Sum of RGB (Red+Green+Blue) = 107+105+149=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B6995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6995 is #94966A. Grayscale: #6E6E6E. Windows color (decimal): -9737835 or 9791851. OLE color: 9791851.

HSL color Cylindrical-coordinate representation of color #6B6995: hue angle of 242.73º degrees, saturation: 0.17, 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 #6B6995 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB107105149-
CMYK0.280.3000.42
HSL242.73º17.32%49.8%-
HSV(B)242.73º29.53%58.43%-
XYZ16.5415.430.53-
YUV110.61149.66125.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.64%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=29.64%
G=29.09%
B=41.27%

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
Decimal1071051490.280.3000.42242.7317.3249.8
Hex6B69951C1E02Af31132
Octal15315122534360523632162
Binary1101011110100110010101111001111001010101111001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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