#6B6772

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

Shades of Scarpa Flow #6B6772

Tints of Scarpa Flow #6B6772

Color information

#6B6772 (or 0x6B6772) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 67 and 72. RGB value is (107,103,114). Sum of RGB (Red+Green+Blue) = 107+103+114=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B6772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6772 is #94988D. Grayscale: #696969. Windows color (decimal): -9738382 or 7497579. OLE color: 7497579.

HSL color Cylindrical-coordinate representation of color #6B6772: hue angle of 261.82º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B6772 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB107103114-
CMYK0.060.1000.55
HSL261.82º5.07%42.55%-
HSV(B)261.82º9.65%44.71%-
XYZ13.9514.0417.89-
YUV105.45132.83129.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.02%
GREEN value IS 103 (40.62% from 255) = 31.79%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=33.02%
G=31.79%
B=35.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1071031140.060.1000.55261.825.0742.55
Hex6B67726A03710652b
Octal153147162612067406553
Binary11010111100111111001011010100110111100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,103,114); }

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

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

 a { background-color: rgb(107,103,114); }

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

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

 span { border-color: rgb(107,103,114); }

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