#6A6272

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

Shades of Scarpa Flow #6A6272

Tints of Scarpa Flow #6A6272

Color information

#6A6272 (or 0x6A6272) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 62 and 72. RGB value is (106,98,114). Sum of RGB (Red+Green+Blue) = 106+98+114=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A6272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6272 is #959D8D. Grayscale: #666666. Windows color (decimal): -9805198 or 7496298. OLE color: 7496298.

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

Color convert

RGB10698114-
CMYK0.070.1400.55
HSL270º7.55%41.57%-
HSV(B)270º14.04%44.71%-
XYZ13.3513.0117.73-
YUV102.22134.65130.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=33.33%
G=30.82%
B=35.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106981140.070.1400.552707.5541.57
Hex6A62727E03710e82a
Octal1521421627160674161052
Binary110101011000101110010111111001101111000011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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