#6B6277

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

Shades of Scarpa Flow #6B6277

Tints of Scarpa Flow #6B6277

Color information

#6B6277 (or 0x6B6277) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 62 and 77. RGB value is (107,98,119). Sum of RGB (Red+Green+Blue) = 107+98+119=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B6277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6277 is #949D88. Grayscale: #676767. Windows color (decimal): -9739657 or 7823979. OLE color: 7823979.

HSL color Cylindrical-coordinate representation of color #6B6277: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B6277 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10798119-
CMYK0.100.1800.53
HSL265.71º9.68%42.55%-
HSV(B)265.71º17.65%46.67%-
XYZ13.7613.1919.27-
YUV103.08136.98130.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.02%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=33.02%
G=30.25%
B=36.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107981190.100.1800.53265.719.6842.55
Hex6B6277A1203510aa2b
Octal15314216712220654121253
Binary11010111100010111011110101001001101011000010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,119); }

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

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

 a { background-color: rgb(107,98,119); }

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

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

 span { border-color: rgb(107,98,119); }

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