#6B6079

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

Shades of Scarpa Flow #6B6079

Tints of Scarpa Flow #6B6079

Color information

#6B6079 (or 0x6B6079) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 60 and 79. RGB value is (107,96,121). Sum of RGB (Red+Green+Blue) = 107+96+121=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B6079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6079 is #949F86. Grayscale: #666666. Windows color (decimal): -9740167 or 7954539. OLE color: 7954539.

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

Color convert

RGB10796121-
CMYK0.120.2100.53
HSL266.4º11.52%42.55%-
HSV(B)266.4º20.66%47.45%-
XYZ13.712.8719.85-
YUV102.14138.64131.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.02%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=33.02%
G=29.63%
B=37.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107961210.120.2100.53266.411.5242.55
Hex6B6079C1503510ac2b
Octal15314017114250654121453
Binary11010111100000111100111001010101101011000010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,96,121); }

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

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

 a { background-color: rgb(107,96,121); }

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

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

 span { border-color: rgb(107,96,121); }

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