#6a5c9c

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

Shades of Scampi #6A5C9C

Tints of Scampi #6A5C9C

Color information

#6A5C9C (or 0x6A5C9C) is unknown color: approx Scampi. HEX triplet: 6A, 5C and 9C. RGB value is (106,92,156). Sum of RGB (Red+Green+Blue) = 106+92+156=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A5C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5C9C is #95A363. Grayscale: #676767. Windows color (decimal): -9806692 or 10247274. OLE color: 10247274.

HSL color Cylindrical-coordinate representation of color #6A5C9C: hue angle of 253.12º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A5C9C is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10692156-
CMYK0.320.4100.39
HSL253.12º25.81%48.63%-
HSV(B)253.12º41.03%61.18%-
XYZ15.7713.1233.15-
YUV103.48157.64129.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.94%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=29.94%
G=25.99%
B=44.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106921560.320.4100.39253.1225.8148.63
Hex6A5C9C2029027fd1a31
Octal15213423440510473753261
Binary110101010111001001110010000010100101001111111110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a5c9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,92,156); }

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

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

 a { background-color: rgb(106,92,156); }

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

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

 span { border-color: rgb(106,92,156); }

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