#6B6477

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

Shades of Scarpa Flow #6B6477

Tints of Scarpa Flow #6B6477

Color information

#6B6477 (or 0x6B6477) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 64 and 77. RGB value is (107,100,119). Sum of RGB (Red+Green+Blue) = 107+100+119=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B6477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6477 is #949B88. Grayscale: #686868. Windows color (decimal): -9739145 or 7824491. OLE color: 7824491.

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

Color convert

RGB107100119-
CMYK0.100.1600.53
HSL262.11º8.68%42.94%-
HSV(B)262.11º15.97%46.67%-
XYZ13.9513.5719.34-
YUV104.26136.32129.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.82%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=32.82%
G=30.67%
B=36.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071001190.100.1600.53262.118.6842.94
Hex6B6477A1003510692b
Octal15314416712200654061153
Binary11010111100100111011110101000001101011000001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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