#6A6273

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

Shades of Scarpa Flow #6A6273

Tints of Scarpa Flow #6A6273

Color information

#6A6273 (or 0x6A6273) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 62 and 73. RGB value is (106,98,115). Sum of RGB (Red+Green+Blue) = 106+98+115=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6273 is #959D8C. Grayscale: #666666. Windows color (decimal): -9805197 or 7561834. OLE color: 7561834.

HSL color Cylindrical-coordinate representation of color #6A6273: hue angle of 268.24º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A6273 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10698115-
CMYK0.080.1500.55
HSL268.24º7.98%41.76%-
HSV(B)268.24º14.78%45.1%-
XYZ13.4113.0418.03-
YUV102.33135.15130.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.23%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=33.23%
G=30.72%
B=36.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106981150.080.1500.55268.247.9841.76
Hex6A62738F03710c82a
Octal15214216310170674141052
Binary1101010110001011100111000111101101111000011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,98,115); }

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

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

 a { background-color: rgb(106,98,115); }

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

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

 span { border-color: rgb(106,98,115); }

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