#6B6994

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

Shades of Scampi #6B6994

Tints of Scampi #6B6994

Color information

#6B6994 (or 0x6B6994) is unknown color: approx Scampi. HEX triplet: 6B, 69 and 94. RGB value is (107,105,148). Sum of RGB (Red+Green+Blue) = 107+105+148=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B6994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6994 is #94966B. Grayscale: #6E6E6E. Windows color (decimal): -9737836 or 9726315. OLE color: 9726315.

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

Color convert

RGB107105148-
CMYK0.280.2900.42
HSL242.79º17%49.61%-
HSV(B)242.79º29.05%58.04%-
XYZ16.4615.3730.12-
YUV110.5149.16125.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=29.72%
G=29.17%
B=41.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071051480.280.2900.42242.791749.61
Hex6B69941C1D02Af31132
Octal15315122434350523632162
Binary1101011110100110010100111001110101010101111001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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