#6A6B91

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

Shades of Scampi #6A6B91

Tints of Scampi #6A6B91

Color information

#6A6B91 (or 0x6A6B91) is unknown color: approx Scampi. HEX triplet: 6A, 6B and 91. RGB value is (106,107,145). Sum of RGB (Red+Green+Blue) = 106+107+145=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A6B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6B91 is #95946E. Grayscale: #6E6E6E. Windows color (decimal): -9802863 or 9530218. OLE color: 9530218.

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

Color convert

RGB106107145-
CMYK0.270.2600.43
HSL238.46º15.54%49.22%-
HSV(B)238.46º26.9%56.86%-
XYZ16.3115.6228.94-
YUV111.03147.17124.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.61%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=29.61%
G=29.89%
B=40.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061071450.270.2600.43238.4615.5449.22
Hex6A6B911B1A02Bee1031
Octal15215322133320533562061
Binary1101010110101110010001110111101001010111110111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,107,145); }

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

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

 a { background-color: rgb(106,107,145); }

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

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

 span { border-color: rgb(106,107,145); }

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