#6B6492

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

Shades of Scampi #6B6492

Tints of Scampi #6B6492

Color information

#6B6492 (or 0x6B6492) is unknown color: approx Scampi. HEX triplet: 6B, 64 and 92. RGB value is (107,100,146). Sum of RGB (Red+Green+Blue) = 107+100+146=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B6492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6492 is #949B6D. Grayscale: #6B6B6B. Windows color (decimal): -9739118 or 9593963. OLE color: 9593963.

HSL color Cylindrical-coordinate representation of color #6B6492: hue angle of 249.13º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B6492 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB107100146-
CMYK0.270.3200.43
HSL249.13º18.7%48.24%-
HSV(B)249.13º31.51%57.25%-
XYZ15.8114.3229.12-
YUV107.34149.82127.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.31%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=30.31%
G=28.33%
B=41.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1071001460.270.3200.43249.1318.748.24
Hex6B64921B2002Bf91330
Octal15314422233400533712360
Binary11010111100100100100101101110000001010111111100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,100,146); }

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

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

 a { background-color: rgb(107,100,146); }

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

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

 span { border-color: rgb(107,100,146); }

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