#6C6095

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

Shades of Scampi #6C6095

Tints of Scampi #6C6095

Color information

#6C6095 (or 0x6C6095) is unknown color: approx Scampi. HEX triplet: 6C, 60 and 95. RGB value is (108,96,149). Sum of RGB (Red+Green+Blue) = 108+96+149=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C6095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6095 is #939F6A. Grayscale: #696969. Windows color (decimal): -9674603 or 9789548. OLE color: 9789548.

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

Color convert

RGB10896149-
CMYK0.280.3600.42
HSL253.58º21.63%48.04%-
HSV(B)253.58º35.57%58.43%-
XYZ15.7913.7230.25-
YUV105.63152.48129.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.59%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=30.59%
G=27.20%
B=42.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108961490.280.3600.42253.5821.6348.04
Hex6C60951C2402Afe1630
Octal15414022534440523762660
Binary11011001100000100101011110010010001010101111111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,96,149); }

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

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

 a { background-color: rgb(108,96,149); }

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

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

 span { border-color: rgb(108,96,149); }

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