#6C619F

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

Shades of Scampi #6C619F

Tints of Scampi #6C619F

Color information

#6C619F (or 0x6C619F) is unknown color: approx Scampi. HEX triplet: 6C, 61 and 9F. RGB value is (108,97,159). Sum of RGB (Red+Green+Blue) = 108+97+159=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C619F is #939E60. Grayscale: #6B6B6B. Windows color (decimal): -9674337 or 10445164. OLE color: 10445164.

HSL color Cylindrical-coordinate representation of color #6C619F: hue angle of 250.65º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C619F is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10897159-
CMYK0.320.3900.38
HSL250.65º24.41%50.2%-
HSV(B)250.65º38.99%62.35%-
XYZ16.7214.2434.67-
YUV107.36157.14128.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.67%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=29.67%
G=26.65%
B=43.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108971590.320.3900.38250.6524.4150.2
Hex6C619F2027026fb1832
Octal15414123740470463733062
Binary110110011000011001111110000010011101001101111101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,97,159); }

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

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

 a { background-color: rgb(108,97,159); }

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

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

 span { border-color: rgb(108,97,159); }

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