#6D5F7A

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

Shades of Scarpa Flow #6D5F7A

Tints of Scarpa Flow #6D5F7A

Color information

#6D5F7A (or 0x6D5F7A) is unknown color: approx Scarpa Flow. HEX triplet: 6D, 5F and 7A. RGB value is (109,95,122). Sum of RGB (Red+Green+Blue) = 109+95+122=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D5F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F7A is #92A085. Grayscale: #666666. Windows color (decimal): -9609350 or 8019821. OLE color: 8019821.

HSL color Cylindrical-coordinate representation of color #6D5F7A: hue angle of 271.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D5F7A is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10995122-
CMYK0.110.2200.52
HSL271.11º12.44%42.55%-
HSV(B)271.11º22.13%47.84%-
XYZ13.9112.8420.16-
YUV102.26139.14132.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.44%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=33.44%
G=29.14%
B=37.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109951220.110.2200.52271.1112.4442.55
Hex6D5F7AB1603410fc2b
Octal15513717213260644171453
Binary11011011011111111101010111011001101001000011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,95,122); }

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

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

 a { background-color: rgb(109,95,122); }

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

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

 span { border-color: rgb(109,95,122); }

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